Skip to content

sammccord/parcel-plugin-overwolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Parcel plugin for Overwolf projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published