Webpack: Add relative node_modules path (#22806)

pull/22815/head^2
Andrej Ocenas 5 years ago committed by GitHub
parent f345d7f6a3
commit c64182d579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/webpack/webpack.common.js

@ -30,7 +30,7 @@ module.exports = {
// this alias maps that dependency to core-js@t3
'core-js/library/fn': 'core-js/stable',
},
modules: [path.resolve('public'), path.resolve('node_modules')],
modules: [path.resolve('public'), 'node_modules'],
},
stats: {
children: false,

Loading…
Cancel
Save