remake / remake-cli

Create interactive web apps with just HTML (Remake CLI)
https://remaketheweb.com/
MIT License
392 stars 27 forks source link

Better asset bundling #5

Closed panphora closed 3 years ago

panphora commented 5 years ago

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.