Skip to content

Commit

Permalink
Fix babili-wepack-plugin options for 0.0.9 (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 authored Jan 27, 2017
1 parent 311eff8 commit bbdb604
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.22.0",
"babili-webpack-plugin": "^0.0.8",
"babili-webpack-plugin": "^0.0.9",
"boiler-room-custodian": "^0.6.1",
"chai": "^3.5.0",
"concurrently": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default validate(merge(baseConfig, {
*/
new BabiliPlugin({
// Disable deadcode until https://github.com/babel/babili/issues/385 fixed
babili: ['babel-preset-babili', { deadcode: false }],
deadcode: false,
}),

/**
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default validate(merge(baseConfig, {
*/
new BabiliPlugin({
// Disable deadcode until https://github.com/babel/babili/issues/385 fixed
babili: ['babel-preset-babili', { deadcode: false }],
deadcode: false,
}),

new ExtractTextPlugin('style.css', { allChunks: true }),
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1363,9 +1363,9 @@ babel-types@^6.15.0, babel-types@^6.19.0, babel-types@^6.22.0, babel-types@^6.3.
lodash "^4.2.0"
to-fast-properties "^1.0.1"

babili-webpack-plugin@^0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/babili-webpack-plugin/-/babili-webpack-plugin-0.0.8.tgz#6c6ef2624320d324014edc4265c6f810d91d013e"
babili-webpack-plugin@^0.0.9:
version "0.0.9"
resolved "https://registry.yarnpkg.com/babili-webpack-plugin/-/babili-webpack-plugin-0.0.9.tgz#9bdb3041cea93cc38259e140e1bd7741f4877337"
dependencies:
babel-core "^6.22.1"
babel-preset-babili "^0.0.10"
Expand Down

0 comments on commit bbdb604

Please sign in to comment.