We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc8e1ca + 7e4deca commit e8e9780Copy full SHA for e8e9780
example/webpack.config.js
@@ -13,8 +13,8 @@ module.exports = {
13
},
14
module: {
15
loaders: [
16
- { test: /\.css$/, loader: ExtractTextPlugin.extract({
17
- notExtractLoader: "style-loader",
+ { test: /\.css$/, use: ExtractTextPlugin.extract({
+ fallbackLoader: "style-loader",
18
loader: "css-loader?sourceMap",
19
publicPath: "../"
20
}) },
0 commit comments