Questions tagged [extract-text-plugin]
121 questions
0
votes
1 answer
ExtractTextPlugin not working at webpack 2
I am trying to migrate my webpack 1.x to 2.x but it is not working with ExtractTextPlugin.
My webpack version is 2.1.0-beta.28 and "extract-text-webpack-plugin": "2.0.0-beta.4"
Here is my webpack.config.js working without ExtractTextPlugin:
var path…

Alessander França
- 2,697
- 2
- 29
- 52