Maybe Incorrect order styleLoaders in bootstraprc-4-example
kvandake opened this issue · 1 comments
kvandake commented
The current order:
- style-loader
- css-loader
- sass-loader
- postcss-loader
Order in documentation:
{
test: /\.css/,
use: [
{ loader: 'style-loader', options: { sourceMap: true } },
{ loader: 'css-loader', options: { sourceMap: true } },
{ loader: 'postcss-loader', options: { sourceMap: true } },
{ loader: 'sass-loader', options: { sourceMap: true } }
]
}
kvandake commented
Another comment - https://github.com/shakacode/bootstrap-loader#postcss