Is your feature request related to a problem? Please describe.
Better asset bundling
Describe the solution you'd like
We use a custom asset bundler, which isn't very fast and uses the saas and parcel command line tools under the hood. It'd be nice if it could all be done with webpack instead, making it easy for people to modify and understand.
Describe alternatives you've considered
Leaving it as is isn't terrible, it's just not a best practice in the industry.
Is your feature request related to a problem? Please describe. Better asset bundling
Describe the solution you'd like We use a custom asset bundler, which isn't very fast and uses the
saas
andparcel
command line tools under the hood. It'd be nice if it could all be done with webpack instead, making it easy for people to modify and understand.Describe alternatives you've considered Leaving it as is isn't terrible, it's just not a best practice in the industry.