Guest User

Untitled

a guest
May 27th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. you can solve this problem with that
  2.  
  3. # config
  4.  
  5. ```
  6. alias: {
  7. 'vue$': 'vue/dist/vue.common.js',
  8. 'assets': path.resolve(__dirname, './src/assets'),
  9. 'components': path.resolve(__dirname, './src/components')
  10. }
  11. import
  12. @import '~assets/func.styl'
  13. ```
  14.  
  15. I’ve tried it can work !
  16. # the key is that you need add a "~" in front of your alias
Add Comment
Please, Sign In to add comment