/spectra

Primary LanguageJavaScriptMIT LicenseMIT

@seldszar/spectra

Yet another Webpack configuration for NodeCG bundles

Table of Contents

Install

$ npm install seldszar/spectra

Usage

Create a new webpack.config.js and write the following code:

const configure = require('@seldszar/spectra');

module.exports = configure({
  /**
   * Write the variants you want to use in your bundle by following one of the provided examples.
   * You can even create a custom one based on your needs.
   */
});

API

See the declaration file.

Author

Alexandre Breteau - @0xSeldszar

License

MIT © Alexandre Breteau