Open adminy opened 3 years ago
🐛 bug report / 🙋 feature request
With parcel, I can have a js file and in it I can say
import './style.scss'
For it to be parsed and then bundled.
🚨 Failed while processing 'scripts'. --> web/style.scss:1:1 |
detect import file type and parse accordingly.
I would like to switch between bundlers without much effort. the import css is a must have feature since its supported by most bundlers.
🐛 bug report / 🙋 feature request
With parcel, I can have a js file and in it I can say
Expected Behavior
For it to be parsed and then bundled.
Current Behavior
Possible Solution
detect import file type and parse accordingly.
Context
I would like to switch between bundlers without much effort. the import css is a must have feature since its supported by most bundlers.