parcel-plugin-cep icon indicating copy to clipboard operation
parcel-plugin-cep copied to clipboard

Make use of cep-bundler-core

Open vespakoen opened this issue 6 years ago • 1 comments

Hey there!

I moved the "bundler specific code" into a separate package, hoping we can stop duplicating efforts for the code we use to create the manifest.xml, .debug file, copy node modules / icons etc.

This pull request integrates cep-bundler-core, which has deviated a little bit from the current implementation in this library. The main (breaking) change is the renaming of the environment variables, prefixing them with CEP_ (all the available environment variables / config options are on it's readme)

I am also using cep-bundler-core now in my new webpack based bundler over here

Please let me know what you think about it.

  • Koen

vespakoen avatar May 04 '19 11:05 vespakoen

Sounds like a good idea to me! Any thoughts on that, @fusepilot?

timolins avatar Aug 05 '19 17:08 timolins