You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let lessLoader = cssLoader.concat([
{
loader: 'less',
options: {
sourceMap: true,
javascriptEnabled: true // add this line to support Javascript In Less
},
},
]);
The text was updated successfully, but these errors were encountered:
modify the
getWebpackCommonConfig.js
file below:The text was updated successfully, but these errors were encountered: