Add design system to webpack alias

Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
soupette 2022-01-03 12:44:55 +01:00
parent 64d2436cd7
commit 295b72243c
2 changed files with 2 additions and 3 deletions

View File

@ -7,6 +7,8 @@ const alias = [
'whatwg-fetch',
'@fortawesome/fontawesome-svg-core',
'@fortawesome/free-solid-svg-icons',
'@strapi/design-system',
'@strapi/icons',
'history',
'hoist-non-react-statics',
'immer',

View File

@ -88,9 +88,6 @@ module.exports = ({
},
},
parallel: !isWsl,
// // Enable file caching
// cache: true,
// sourceMap: false,
}),
],
runtimeChunk: true,