fusepilot / parcel-plugin-cep-starter

Starter template for parcel-cep-plugin, a zero configuration CEP extension builder for Parcel.
MIT License
13 stars 10 forks source link

Removes reference to missing manifest #11

Open kennethormandy opened 4 years ago

kennethormandy commented 4 years ago

This PR fixes https://github.com/fusepilot/parcel-plugin-cep/issues/18

I know this overlaps with what was started in #4, but it looks like parcel-plugin-bundle-manifest might not be getting updates anymore, and this is one way of solving the manifest problem without a dependency. If you prefer the parcel-manifest.json approach, I can open PR for that instead.

Otherwise, that’s documented in the comment. It’s the same manifest code from before with the filename changed to parcel-manifest.json. Thanks!