Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. module.exports = {
  2. css: {
  3. loaderOptions: {
  4. sass: {
  5. includePaths: [
  6. './node_modules', //here I include node_modules
  7. ]
  8. },
  9. }
  10. }
  11. }
  12.  
  13. @import 'normalize/normalize'
  14.  
  15. @import '~normalize/normalize'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement