Fix css paths that got changed from matrix-react-sdk to riot-web

pull/6620/head
MTRNord 2018-05-11 19:24:18 +02:00
parent f94abb5611
commit 6e922166e7
No known key found for this signature in database
GPG Key ID: E5B89311FAB91B9F
1 changed files with 4 additions and 4 deletions

View File

@ -56,10 +56,10 @@ module.exports = {
// this works similarly to the scss case, without postcss.
test: /\.css$/,
include: [
path.resolve(__dirname, "node_modules/matrix-react-sdk/node_modules/highlight.js/styles"),
path.resolve(__dirname, "node_modules/matrix-react-sdk/node_modules/draft-js/dist"),
path.resolve(__dirname, "node_modules/matrix-react-sdk/node_modules/gfm.css"),
path.resolve(__dirname, "node_modules/matrix-react-sdk/node_modules/gemini-scrollbar/"),
path.resolve(__dirname, "node_modules/highlight.js/styles"),
path.resolve(__dirname, "node_modules/draft-js/dist"),
path.resolve(__dirname, "node_modules/gfm.css"),
path.resolve(__dirname, "node_modules/gemini-scrollbar/"),
],
use: ExtractTextPlugin.extract({
use: "raw-loader"