Skip to content

Commit e8e9780

Browse files
authored
Merge pull request #378 from bebraw/fix-example
fix - Fix example syntax
2 parents cc8e1ca + 7e4deca commit e8e9780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/webpack.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ module.exports = {
1313
},
1414
module: {
1515
loaders: [
16-
{ test: /\.css$/, loader: ExtractTextPlugin.extract({
17-
notExtractLoader: "style-loader",
16+
{ test: /\.css$/, use: ExtractTextPlugin.extract({
17+
fallbackLoader: "style-loader",
1818
loader: "css-loader?sourceMap",
1919
publicPath: "../"
2020
}) },

0 commit comments

Comments
 (0)