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',
|
'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',
|
||||||
|
@ -173,6 +173,7 @@ module.exports = ({
|
|||||||
symlinks: false,
|
symlinks: false,
|
||||||
extensions: ['.js', '.jsx', '.react.js'],
|
extensions: ['.js', '.jsx', '.react.js'],
|
||||||
mainFields: ['browser', 'jsnext:main', 'main'],
|
mainFields: ['browser', 'jsnext:main', 'main'],
|
||||||
|
modules: ['node_modules', path.resolve(__dirname, 'node_modules')],
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user