Skip to content

Commit

Permalink
fix: Apply correct number of loaders before css-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Oct 21, 2020
1 parent 5fc2ac0 commit adb453f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/base.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default async function ({ context }) {
.use('css-loader')
.loader('css-loader')
.options({
importLoaders: 2
importLoaders: 3
})
.end()
.use('postcss-loader')
Expand Down

0 comments on commit adb453f

Please sign in to comment.