1 parent 25fe520 commit 6eed938Copy full SHA for 6eed938
1 file changed
test/watchCases/plugins/extract-text-plugin/webpack.config.js
@@ -2,7 +2,7 @@ var ExtractTextPlugin = require("extract-text-webpack-plugin");
2
3
module.exports = {
4
module: {
5
- loaders: [
+ rules: [
6
{
7
test: /\.css$/,
8
loader: ExtractTextPlugin.extract({
0 commit comments