remove external folder in favor of npm dependencies

This commit is contained in:
jfh
2020-09-19 15:21:30 +02:00
parent 37fbc055fc
commit 359a161ff2
17 changed files with 52 additions and 697 deletions

View File

@@ -9,6 +9,6 @@ module.exports = {
moduleDirs: ['./node_modules'],
compatibility: 'none',
plugins: [
wrapRollupPlugin(commonjs({exclude: ['src/editor/system', 'dist/editor/system/**']})) // excluding transformation of the systemJS bundle
wrapRollupPlugin(commonjs({exclude: ['src/editor/system', 'dist/editor/system/**', 'instrumented']})) // excluding transformation of the systemJS bundle
]
};