Skip to content

Commit f3f583e

Browse files
removing postcss and css loader from compile chain
1 parent e98192c commit f3f583e

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

webpack/package-lock.json

-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack/webpack.config.js

-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ module.exports = {
2626
name: 'style.css',
2727
}
2828
},
29-
{
30-
loader: 'css-loader?-url'
31-
},
32-
{
33-
loader: 'postcss-loader'
34-
},
3529
{
3630
loader: 'sass-loader'
3731
}

0 commit comments

Comments
 (0)