no transformation for systemJS

master
jfh 2020-09-10 00:49:47 +02:00
parent cf8c8a8398
commit bb88a6d9db
1 changed files with 1 additions and 1 deletions

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
]
};