Skip to content

Commit

Permalink
fix: Webpack build - removed Babili and css mini extract plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Oct 10, 2019
1 parent 3f4561f commit 8ebd664
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions webpack.build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,9 @@ module.exports = {
new HtmlWebpackPlugin({
title: 'Sisyfos Audio Controller'
}),
new MiniCssExtractPlugin({
// Options similar to the same options in webpackOptions.output
// both options are optional
filename: 'bundle.css',
chunkFilename: '[id].css'
}),
new webpack.DefinePlugin({
'process.env.NODE_ENV': JSON.stringify('production')
}),
new BabiliPlugin()
})
],
stats: {
colors: true,
Expand Down

0 comments on commit 8ebd664

Please sign in to comment.