We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2e31b commit c17575dCopy full SHA for c17575d
1 file changed
packages/repack/babel.config.js
@@ -1,13 +1,15 @@
1
module.exports = {
2
presets: ['@babel/preset-typescript'],
3
plugins: ['@babel/plugin-transform-export-namespace-from'],
4
- sourceMaps: false,
5
- inputSourceMap: false,
6
overrides: [
7
{
8
include: ['./src/**/implementation'],
9
comments: false,
10
},
+ {
+ include: ['./src/**/implementation', './src/modules'],
11
+ sourceMaps: false,
12
+ },
13
14
exclude: ['./src/**/implementation', './src/modules'],
15
presets: [
0 commit comments