Skip to content

Commit

Permalink
wiki ups, and update npm pkgs and webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed Aug 9, 2023
1 parent 9f5d7e3 commit d25254f
Show file tree
Hide file tree
Showing 4 changed files with 6,894 additions and 7,816 deletions.
2 changes: 1 addition & 1 deletion .wiki
Submodule .wiki updated from b4f220 to a4655c
6 changes: 3 additions & 3 deletions config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ const baseConfig = require('./webpack.config.base');
module.exports = merge(baseConfig, {
mode: 'development',
devServer: {
overlay: true,
host: '0.0.0',
useLocalIp: true,
// overlay: true,
host: '0.0.0.0',
// useLocalIp: true,
},
devtool: 'eval-source-map', // `eval-source-map` faster rebuild time over `source-map`

Expand Down
Loading

0 comments on commit d25254f

Please sign in to comment.