Skip to content

Commit

Permalink
feat: allow .babelrc files
Browse files Browse the repository at this point in the history
fixes #14
  • Loading branch information
jpavon committed Feb 8, 2019
1 parent fcecdee commit 2959391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const threadLoader = {
const babelLoader = {
loader: require.resolve('babel-loader'),
options: {
babelrc: false,
babelrc: true,
presets: [require.resolve('@babel/preset-react')],
plugins: [require.resolve("@babel/plugin-syntax-dynamic-import")],
cacheDirectory: true,
Expand Down

0 comments on commit 2959391

Please sign in to comment.