parcel-plugin-overwolf

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i parcel-plugin-overwolf

Weekly Downloads

0

Version

1.0.2

License

Apache-2.0

Unpacked Size

227 kB

Total Files

5

Last publish

Collaborators

  • sammccord