1.0.2 • Published 6 years ago
parcel-plugin-overwolf v1.0.2
parcel-plugin-overwolf
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.
Installation
Install via npm:
npm install --save-dev parcel-plugin-overwolfor via yarn:
yarn add -D parcel-plugin-overwolfUsage
Quick Start
After 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
Licence
Apache 2.0