mirror of
https://github.com/grafana/grafana.git
synced 2024-12-23 15:40:19 -06:00
Chore: Fix broken enterprise builds (#41025)
This commit is contained in:
parent
3b91ce1b07
commit
209122347c
@ -41,14 +41,7 @@ module.exports = {
|
||||
// we want to have same Prism object in core and in grafana/ui
|
||||
prismjs: require.resolve('prismjs'),
|
||||
},
|
||||
modules: [
|
||||
'node_modules',
|
||||
// we need full path to root node_modules for grafana-enterprise symlink to work
|
||||
path.resolve('node_modules'),
|
||||
'.yarn',
|
||||
path.resolve('.yarn'),
|
||||
path.resolve('public'),
|
||||
],
|
||||
modules: ['node_modules', path.resolve('public')],
|
||||
fallback: {
|
||||
buffer: false,
|
||||
fs: false,
|
||||
@ -57,6 +50,7 @@ module.exports = {
|
||||
https: false,
|
||||
string_decoder: false,
|
||||
},
|
||||
symlinks: false,
|
||||
},
|
||||
ignoreWarnings: [/export .* was not found in/],
|
||||
stats: {
|
||||
|
Loading…
Reference in New Issue
Block a user