Fix css paths that got changed from matrix-react-sdk to riot-web
This commit is contained in:
parent
f94abb5611
commit
6e922166e7
1 changed files with 4 additions and 4 deletions
|
@ -56,10 +56,10 @@ module.exports = {
|
||||||
// this works similarly to the scss case, without postcss.
|
// this works similarly to the scss case, without postcss.
|
||||||
test: /\.css$/,
|
test: /\.css$/,
|
||||||
include: [
|
include: [
|
||||||
path.resolve(__dirname, "node_modules/matrix-react-sdk/node_modules/highlight.js/styles"),
|
path.resolve(__dirname, "node_modules/highlight.js/styles"),
|
||||||
path.resolve(__dirname, "node_modules/matrix-react-sdk/node_modules/draft-js/dist"),
|
path.resolve(__dirname, "node_modules/draft-js/dist"),
|
||||||
path.resolve(__dirname, "node_modules/matrix-react-sdk/node_modules/gfm.css"),
|
path.resolve(__dirname, "node_modules/gfm.css"),
|
||||||
path.resolve(__dirname, "node_modules/matrix-react-sdk/node_modules/gemini-scrollbar/"),
|
path.resolve(__dirname, "node_modules/gemini-scrollbar/"),
|
||||||
],
|
],
|
||||||
use: ExtractTextPlugin.extract({
|
use: ExtractTextPlugin.extract({
|
||||||
use: "raw-loader"
|
use: "raw-loader"
|
||||||
|
|
Loading…
Reference in a new issue