Guest User

Untitled

a guest
Jun 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. })
  2. ],
  3. module: {
  4. rules: [
  5. {
  6. test: /.scss$/,
  7. use: [
  8. MiniCssExtractPlugin.loader,
  9. {
  10. loader: "css-loader",
  11. options: {
  12. modules: true,
  13. sourceMap: true,
  14. importLoader: 2
  15. }
  16. },
  17. 'postcss-loader',
  18. "sass-loader"
  19. ],
  20. }
  21. ]
  22. }
  23. ,
  24. watch: true,
  25. }
Add Comment
Please, Sign In to add comment