Skip to content
Snippets Groups Projects
Commit dfc4dcdc authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

auth: lookup node packages in the parent as well

This switches bak to the original lookup algo. Required since we
now use lerna which moves the common deps to the root package.
parent b381bd17
No related branches found
No related tags found
No related merge requests found
...@@ -41,15 +41,8 @@ export default { ...@@ -41,15 +41,8 @@ export default {
consts({ consts({
environment: build, environment: build,
}), }),
resolve({ resolve(),
customResolveOptions: { commonjs(),
// ignore node_modules from vendored packages
moduleDirectory: path.join(process.cwd(), 'node_modules')
}
}),
commonjs({
include: 'node_modules/**',
}),
json(), json(),
(build !== 'local' && build !== 'test') ? terser() : false, (build !== 'local' && build !== 'test') ? terser() : false,
copy({ copy({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment