build performance improvements (#384)

* performance improvements

* enable incremental typechecking

* upgrade dependencies

* remove unused dependencies
This commit is contained in:
Tobias Koppers
2021-06-22 21:37:44 +02:00
committed by GitHub
parent 559451f958
commit 1a50be125a
8 changed files with 448 additions and 11975 deletions

View File

@@ -12,9 +12,6 @@ const isSwell = provider === 'swell'
const isVendure = provider === 'vendure'
module.exports = withCommerceConfig({
future: {
webpack5: true,
},
commerce,
i18n: {
locales: ['en-US', 'es'],