Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

BuildFire Webpack Plugin Template

The following template uses webpack in order to provide module support and minification out of the box.

Features

  • Live Reloading
  • ES2017 JavaScript
  • Minification
  • Modules

Getting Started

Be sure to have the latest BuildFire CLI installed in your system.

# Download the latest SDK if you haven't already
$ buildfire init

# Once inside the SDK's folder
$ buildfire init webpack <pluginName>

Usage

Be sure to be in the plugin's folder while running the following commands: