We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c1713 commit a6f6e60Copy full SHA for a6f6e60
lively.source-transform/babel/plugin.js
@@ -1391,7 +1391,7 @@ export function setupBabelTranspiler (System) {
1391
transpiler: 'lively.transpiler.babel',
1392
babelOptions: {
1393
sourceMaps: true,
1394
- compact: true, // since we enable source maps, we can also compact
+ compact: false, // for some reason, the compact options messes up the source maps on a per module basis
1395
comments: false,
1396
presets: []
1397
}
0 commit comments