mirror of
https://github.com/retorquere/zotero-better-bibtex.git
synced 2022-05-23 09:36:29 +03:00
dirname
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = {
|
||||
name: 'shims',
|
||||
setup(build) {
|
||||
build.onResolve({ filter: /^(path|fs|os)$/ }, args => {
|
||||
return { path: path.resolve(path.join('setup/shims', args.path + '.js')) }
|
||||
return { path: path.resolve(path.join(__dirname, args.path + '.js')) }
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Submodule submodules/babel updated: e52ee344ac...ebd5521f48
Reference in New Issue
Block a user