bugfix: utils file

This commit is contained in:
Braks
2021-07-09 19:55:06 +02:00
parent af077caeaa
commit c9779467a3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export const baseConfig = ({ mainFile = pkg.main, moduleFile = pkg.module, injec
babel({
extensions: [...DEFAULT_BABEL_EXTENSIONS, '.ts', '.tsx'],
exclude: 'node_modules/**',
babelHelpers: 'inline'
babelHelpers: 'bundled'
})
]
});