no transformation for systemJS

This commit is contained in:
jfh
2020-09-10 00:49:47 +02:00
parent cf8c8a8398
commit bb88a6d9db

View File

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