Skip to content

Commit

Permalink
Toolkit: Fix Webpack less-loader config (#57950)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessen-xu committed Nov 3, 2022
1 parent e105b5a commit b799be3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/grafana-toolkit/src/config/webpack/loaders.ts
Expand Up @@ -94,7 +94,9 @@ export const getStyleLoaders = () => {
{
loader: require.resolve('less-loader'),
options: {
javascriptEnabled: true,
lessOptions: {
javascriptEnabled: true,
},
},
},
],
Expand Down

0 comments on commit b799be3

Please sign in to comment.