File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ] ,
You can’t perform that action at this time.
0 commit comments