Skip to content

Commit

Permalink
fix: remove babel from rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-krysiak committed Aug 7, 2020
1 parent e80c2ab commit 335c6b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/bundler/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const plugins = ({ babelConfig = {}, commonJSConfig = {}, minify = false } = {})
babel({
extensions,
babelrc: false,
exclude: 'node_modules/**',
presets: [
require.resolve('@babel/preset-react'),
require.resolve('@babel/preset-env'),
Expand Down

0 comments on commit 335c6b6

Please sign in to comment.