Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Okay now.
  • Loading branch information
mmahalwy committed Aug 6, 2016
commit e3b5340ca5832b2d06e6fd068506810bf7e11241
2 changes: 1 addition & 1 deletion webpack/prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
jQuery: "jquery",
"windows.jQuery": "jquery"
}),
new ExtractTextPlugin("[name]-[hash].css", {allChunks: true}),
new ExtractTextPlugin({ filename: '[name]-[hash].css', allChunks: true }),
new webpack.DefinePlugin({
'process.env.BROWSER': true,
'process.env.API_URL': JSON.stringify(process.env.API_URL),
Expand Down