Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jul 25, 2024
1 parent 14dffdb commit 0130031
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/bundler-webpack/src/config/handleModuleStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,14 @@ export const handleModuleStyles = ({
lang: 'scss',
test: /\.scss$/,
loaderName: 'sass-loader',
loaderOptions: {
api: 'modern-compiler',
...options.scss,
},
loaderOptions: options.scss,
})

handleStyle<SassLoaderOptions>({
lang: 'sass',
test: /\.sass$/,
loaderName: 'sass-loader',
loaderOptions: {
api: 'modern-compiler',
...options.sass,
},
loaderOptions: options.sass,
})

handleStyle<LessLoaderOptions>({
Expand Down

0 comments on commit 0130031

Please sign in to comment.