This parcel plugin enables you to use an Overwolf manifest.json as an entry point. For more information about Overwolf's manifest.json, please refer to the Overwolf Docs.
Install via npm:
npm install --save-dev parcel-plugin-overwolfor via yarn:
yarn add -D parcel-plugin-overwolfAfter installing this plugin, use manifest.json as your entry point, like so:
parcel src/manifest.jsonYour assets will now be resolved from the contents of your manifest file.
Assets resolved by this plugin:
meta.iconmeta.icon_greymeta.launcher_iconmeta.splash_imagedata.windows[...].file
Apache 2.0