mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Use $webapp rather than Webapp
This commit is contained in:
parent
53e25ff247
commit
bf1ab7f420
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ module.exports = {
|
|||
// same goes for js-sdk
|
||||
"matrix-js-sdk": path.resolve('./node_modules/matrix-js-sdk'),
|
||||
|
||||
"Webapp": path.resolve('./webapp'),
|
||||
"$webapp": path.resolve('./webapp'),
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
|
|
Loading…
Reference in a new issue