Fix builld:dev build by using raw-loader instead css-raw-loader

This commit is contained in:
MTRNord
2018-04-27 12:02:00 +02:00
parent 02a185f2fe
commit d69084f31e
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ module.exports = {
// 3. ExtractTextPlugin turns that string into a separate asset.
use: ExtractTextPlugin.extract({
use: [
"css-raw-loader",
"raw-loader",
"postcss-loader"
],
}),
@@ -60,7 +60,7 @@ module.exports = {
path.resolve(__dirname, "node_modules/matrix-react-sdk/node_modules/gemini-scrollbar/"),
],
use: ExtractTextPlugin.extract({
use: "css-raw-loader"
use: "raw-loader"
}),
},