mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Webpack: Add relative node_modules path (#22806)
This commit is contained in:
parent
f345d7f6a3
commit
c64182d579
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user