mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
Add design system to webpack alias
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
64d2436cd7
commit
295b72243c
@ -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',
|
||||
|
@ -88,9 +88,6 @@ module.exports = ({
|
||||
},
|
||||
},
|
||||
parallel: !isWsl,
|
||||
// // Enable file caching
|
||||
// cache: true,
|
||||
// sourceMap: false,
|
||||
}),
|
||||
],
|
||||
runtimeChunk: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user