bootstrap-loader icon indicating copy to clipboard operation
bootstrap-loader copied to clipboard

Maybe Incorrect order styleLoaders in bootstraprc-4-example

Open kvandake opened this issue 5 years ago • 1 comments

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 avatar Jan 25 '19 07:01 kvandake

Another comment - https://github.com/shakacode/bootstrap-loader#postcss

kvandake avatar Jan 25 '19 07:01 kvandake