The following template uses webpack in order to provide module support and minification out of the box.
- Live Reloading
- ES2017 JavaScript
- Minification
- Modules
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>
Be sure to be in the plugin's folder while running the following commands:
$ npm install- Install all plugin dependencies$ npm start- Runs the plugin in the Plugin Tester$ npm run-script build- Builds the plugin to be submitted to the Marketplace