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

Only allow commonjs modules in external dependencies

parent b95f505a
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,9 @@ export default {
plugins: [
multiEntry(),
resolve(),
commonjs(),
commonjs({
include: 'node_modules/**'
}),
json(),
replace({
"process.env.BUILD": '"' + build + '"',
......
common @ b30eaa64
Subproject commit 675c681d7038cce98bbd03fa8483055dd8ef9406
Subproject commit b30eaa6475ccc65b5f99d2ead86ddbe2b8e015a7
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