add shapelib in dist

This commit is contained in:
jfh
2020-09-20 11:06:16 +02:00
parent f14c83c06d
commit 20e76ba679
30 changed files with 742 additions and 1 deletions

View File

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