Webpack+Bootstrap starter: Step 5

Step-by-step projects for Webpack+Bootstrap startup

  1. Genarating HTML (with HtmlWebpackPlugin and pug-loader)
  2. Injecting <style> (with style-loader and css-loader)
  3. Using Sass (with node-sass and sass-loader)
  4. Using Autoprefixer (with postcss-loader)
  5. Generating a separate CSS (with mini-css-extract-plugin)

Step 4: Autoprefixer example

This paragraph uses user-select: none; (you cannot select this line).

(Check for CSS output to determine Autoprefixer is working properly)