Skip to content

Commit

Permalink
- changed export to style.css instead of /css
Browse files Browse the repository at this point in the history
  • Loading branch information
pgerochi committed Oct 20, 2017
1 parent d5127ea commit 45880ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
]
},
plugins: [
new ExtractTextPlugin('../css/style.css'),
new ExtractTextPlugin('../style.css'),
new UglifyJSPlugin(),
new webpack.HotModuleReplacementPlugin()
]
Expand Down

0 comments on commit 45880ff

Please sign in to comment.