Skip to content

Commit 86e197b

Browse files
committed
minor #107 Initializing the plugins key on babel, so you can call babelConfig.plugins.push() (weaverryan)
This PR was merged into the master branch. Discussion ---------- Initializing the plugins key on babel, so you can call babelConfig.plugins.push() See #100 (comment) It just makes adding a custom plugin a bit less error-prone for the user. Commits ------- 680daad Initializing the plugins key on babel, so you can call babelConfig.plugins.push() if you want
2 parents a37b6f0 + 680daad commit 86e197b

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)