Skip to content

Commit

Permalink
Use $webapp rather than Webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Mar 1, 2019
1 parent 53e25ff commit bf1ab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit bf1ab7f

Please sign in to comment.