mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
parent
295b72243c
commit
d4ad998055
@ -7,8 +7,6 @@ const alias = [
|
||||
'whatwg-fetch',
|
||||
'@fortawesome/fontawesome-svg-core',
|
||||
'@fortawesome/free-solid-svg-icons',
|
||||
'@strapi/design-system',
|
||||
'@strapi/icons',
|
||||
'history',
|
||||
'hoist-non-react-statics',
|
||||
'immer',
|
||||
|
@ -173,6 +173,7 @@ module.exports = ({
|
||||
symlinks: false,
|
||||
extensions: ['.js', '.jsx', '.react.js'],
|
||||
mainFields: ['browser', 'jsnext:main', 'main'],
|
||||
modules: ['node_modules', path.resolve(__dirname, 'node_modules')],
|
||||
},
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({
|
||||
|
Loading…
x
Reference in New Issue
Block a user