Aintaer / import-glob-loader

Globbing preloader for Webpack
50 stars 16 forks source link

Webpack alias #8

Open joelkobjoll opened 7 years ago

joelkobjoll commented 7 years ago

Would be nice to see alias support for instance be able to do @import '~StylesPath/*/.scss' :)

paulomfr commented 7 years ago

I'm trying to use it with webpack, and having a problem. :/

In my component I am using @import '~styles/base.scss'; And in my base.scss importing all files in a mixins folder, but not success, have some ideia to do it?