Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade webpack to 2.x #14786

Merged
merged 10 commits into from
Jun 27, 2017
Prev Previous commit
Next Next commit
flip cond whoops
  • Loading branch information
samouri committed Jun 27, 2017
commit f5b38b7df1aa054169e9aad3493f3cae4226dc1c
2 changes: 1 addition & 1 deletion webpack.config.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const webpackConfig = {
new webpack.DefinePlugin( {
'PROJECT_NAME': JSON.stringify( config( 'project' ) )
} ),
isWindows && new HappyPack( { loaders: [ babelLoader ] } ),
! isWindows && new HappyPack( { loaders: [ babelLoader ] } ),
new webpack.NormalModuleReplacementPlugin( /^lib[\/\\]analytics$/, 'lodash/noop' ), // Depends on BOM
new webpack.NormalModuleReplacementPlugin( /^lib[\/\\]sites-list$/, 'lodash/noop' ), // Depends on BOM
new webpack.NormalModuleReplacementPlugin( /^lib[\/\\]olark$/, 'lodash/noop' ), // Depends on DOM
Expand Down