Fix build function with Babel
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -79,8 +79,8 @@ export default {
|
||||
commonjs(),
|
||||
legacy && babel({
|
||||
extensions: resolveExtensions,
|
||||
exclude: ['*.scss', '*.css', 'node_modules/@babel/**'],
|
||||
runtimeHelpers: true
|
||||
babelHelpers: 'runtime',
|
||||
exclude: ['node_modules/@babel/**']
|
||||
}),
|
||||
|
||||
// Compress Javascript
|
||||
|
||||
Reference in New Issue
Block a user