Commit c64182d5 by Andrej Ocenas Committed by GitHub

Webpack: Add relative node_modules path (#22806)

parent f345d7f6
...@@ -30,7 +30,7 @@ module.exports = { ...@@ -30,7 +30,7 @@ module.exports = {
// this alias maps that dependency to core-js@t3 // this alias maps that dependency to core-js@t3
'core-js/library/fn': 'core-js/stable', 'core-js/library/fn': 'core-js/stable',
}, },
modules: [path.resolve('public'), path.resolve('node_modules')], modules: [path.resolve('public'), 'node_modules'],
}, },
stats: { stats: {
children: false, children: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment