Skip to content

Commit

Permalink
feat : use webpack's test conf in test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
SebDez committed Apr 13, 2017
1 parent c8289de commit facf6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -7,7 +7,7 @@
"env": {
"test": {
"plugins": [
["webpack-alias", {"config": "webpack.config.dev.js"}]
["webpack-alias", {"config": "webpack.config.test.js"}]
]
},
"development": {
Expand Down

0 comments on commit facf6d0

Please sign in to comment.