liamjosephsilk / eve-cli

CLI for Shopify online 2.0 stores.
1 stars 0 forks source link

ES modules Discussion #3

Open liamjosephsilk opened 3 years ago

liamjosephsilk commented 3 years ago

Discuss benefits and drawback of using ES modules and/or alternatives.

liamjosephsilk commented 3 years ago

https://bundlers.tooling.report/

liamjosephsilk commented 3 years ago

Test ES modules within production environment, check whether import's work as expeceted.

davidwarrington commented 3 years ago

It's not directly related to our ES modules discussion, but we spoke about empty scripts and I found a Webpack plugin that can remove them. Hopefully there's an equivalent for Rollup too.