Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): fix less loader error
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored May 8, 2018
1 parent 598c538 commit 4cdc6cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export function getStylesConfig(wco: WebpackConfigOptions) {
loader: 'less-loader',
options: {
sourceMap: cssSourceMap,
javascriptEnabled: true,
...lessPathOptions,
}
}]
Expand Down

0 comments on commit 4cdc6cc

Please sign in to comment.