0.0.1 • Published 5 years ago

webpack-bosco-plugin v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

webpack-bosco-plugin

This plugin helps to configure webpack when using bosco

How to use it

Add the plugin:

const BoscoPlugin = require('webpack-bosco-plugin');
...
plugins: [
  ...
  new BoscoPlugin(),
],

The plugin will automatically set up webpack to work with "bosco cdn". Having the bundle to reload into the cdn when has been updated.