parcel-plugin-overwolf
v1.0.2
Published
Parcel plugin for Overwolf projects
Downloads
1
Readme
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-overwolf
or via yarn:
yarn add -D parcel-plugin-overwolf
Usage
Quick Start
After installing this plugin, use manifest.json
as your entry point, like so:
parcel src/manifest.json
Your assets will now be resolved from the contents of your manifest file.
Assets resolved by this plugin:
meta.icon
meta.icon_grey
meta.launcher_icon
meta.splash_image
data.windows[...].file
Licence
Apache 2.0