Browse Source

Adds esbuild default

main
Eric Amodio 3 years ago
parent
commit
fd7cd5590d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      webpack.config.js

+ 1
- 0
webpack.config.js View File

@ -78,6 +78,7 @@ module.exports =
env = {
analyzeBundle: false,
analyzeDeps: false,
esbuild: false,
...env,
};

Loading…
Cancel
Save