mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
grafana/toolkit: fix common webpack config (#18862)
This commit is contained in:
parent
aafae4c523
commit
6e6e2c96dd
@ -183,7 +183,7 @@ export const getWebpackConfig: WebpackConfigurationGetter = options => {
|
||||
{
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
presets: ['@babel/preset-env', { modules: false }],
|
||||
presets: [['@babel/preset-env', { modules: false }]],
|
||||
plugins: ['angularjs-annotate'],
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user