task: move to Webpack 5.x

This commit is contained in:
Zaiste 2021-04-20 21:25:03 +02:00
parent 5283b01f7b
commit ef10084e54
No known key found for this signature in database
GPG Key ID: 15DF7EBC7F2FFE35

View File

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