grafana/toolkit: fix common webpack config (#18862)

This commit is contained in:
Dominik Prokop 2019-09-03 17:28:56 +02:00 committed by GitHub
parent aafae4c523
commit 6e6e2c96dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'],
},
},