Skip to content

Commit 6eed938

Browse files
authored
replace loaders with rules in test
1 parent 25fe520 commit 6eed938

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/watchCases/plugins/extract-text-plugin/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var ExtractTextPlugin = require("extract-text-webpack-plugin");
22

33
module.exports = {
44
module: {
5-
loaders: [
5+
rules: [
66
{
77
test: /\.css$/,
88
loader: ExtractTextPlugin.extract({

0 commit comments

Comments
 (0)