Commit 6e6e2c96 by Dominik Prokop Committed by GitHub

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

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