Skip to content

Commit 56f9149

Browse files
committed
update webpack paths
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 7664eb2 commit 56f9149

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = (env, argv) => {
3434
"bundle": "./src/vector/index.js",
3535
"indexeddb-worker": "./src/vector/indexeddb-worker.js",
3636
"mobileguide": "./src/vector/mobile_guide/index.js",
37-
"usercontent": "./node_modules/matrix-react-sdk/src/vector/usercontent/index.js",
37+
"usercontent": "./node_modules/matrix-react-sdk/src/usercontent/index.js",
3838

3939
// CSS themes
4040
"theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss",
@@ -320,7 +320,7 @@ module.exports = (env, argv) => {
320320

321321
// This is the usercontent sandbox's entry point (separate for iframing)
322322
new HtmlWebpackPlugin({
323-
template: './node_modules/matrix-react-sdk/src/vector/usercontent/index.html',
323+
template: './node_modules/matrix-react-sdk/src/usercontent/index.html',
324324
filename: 'usercontent/index.html',
325325
minify: argv.mode === 'production',
326326
chunks: ['usercontent'],

0 commit comments

Comments
 (0)