--
You received this message because you are subscribed to the Google Groups "excaliburjs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to excaliburjs...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/excaliburjs/1a25e380-6367-4525-8070-f176f2003e68%40googlegroups.com.
This is fantastic! Thanks for making this!
If it's alright with you, we may want to list this template with other getting started info in our documentation.
On Sun, Feb 9, 2020 at 11:18 AM DaVince <vincen...@gmail.com> wrote:
I was previously using the Webpack template for my project, but the sheer amount of setup and small issues I kept running into led me to looking into alternatives. I found Parcel, a zero-config bundler, and decided to create a project template around it.--Some notes:- I've included a default index.html in the src folder, which Parcel uses as its entry point.- I handle asset inclusion by using the parcel-plugin-static-files-copy plugin, which copies src/assets to dist(-dev)/assets if found. This plugin is configured under the "staticFiles" section in package.json.- The assets are not transformed in any way.- Source mapping is turned on and fully functional.Hope this will be useful to anyone else wanting to quick start a project. :)
You received this message because you are subscribed to the Google Groups "excaliburjs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to excal...@googlegroups.com.