Skip to content

Commit

Permalink
Make JSketcher work on codeserver dev environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiscool authored and mmiscool committed Apr 11, 2023
1 parent 8dd201c commit 1022163
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ module.exports = {
hot: false,
liveReload: false,
client: false,
compress: true,
allowedHosts: 'all',
static: [
path.join(__dirname, 'web'),
],
Expand Down

0 comments on commit 1022163

Please sign in to comment.