mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +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',
|
'whatwg-fetch',
|
||||||
'@fortawesome/fontawesome-svg-core',
|
'@fortawesome/fontawesome-svg-core',
|
||||||
'@fortawesome/free-solid-svg-icons',
|
'@fortawesome/free-solid-svg-icons',
|
||||||
|
'@strapi/design-system',
|
||||||
|
'@strapi/icons',
|
||||||
'history',
|
'history',
|
||||||
'hoist-non-react-statics',
|
'hoist-non-react-statics',
|
||||||
'immer',
|
'immer',
|
||||||
|
@ -88,9 +88,6 @@ module.exports = ({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
parallel: !isWsl,
|
parallel: !isWsl,
|
||||||
// // Enable file caching
|
|
||||||
// cache: true,
|
|
||||||
// sourceMap: false,
|
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
runtimeChunk: true,
|
runtimeChunk: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user