Skip to content

Instantly share code, notes, and snippets.

@hkreal
Last active August 21, 2020 08:41
PostCSS webpack.config.js
module.exports = {
module: {
rules: [
{
test: /\.css$/,
use: [ 'style-loader','postcss-loader' ]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment