mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Fix css paths that got changed from matrix-react-sdk to riot-web
This commit is contained in:
parent
f94abb5611
commit
6e922166e7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user