Skip to content

Commit

Permalink
Fix css paths that got changed from matrix-react-sdk to riot-web
Browse files Browse the repository at this point in the history
  • Loading branch information
MTRNord committed May 11, 2018
1 parent f94abb5 commit 6e92216
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6e92216

Please sign in to comment.