Skip to content

Commit 680daad

Browse files
committed
Initializing the plugins key on babel, so you can call babelConfig.plugins.push() if you want
1 parent 4ad8d88 commit 680daad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/loaders/babel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = {
4141
useBuiltIns: true
4242
}]
4343
],
44+
plugins: []
4445
});
4546

4647
if (webpackConfig.useReact) {

0 commit comments

Comments
 (0)