0.0.1 • Published 7 years ago

neutrino-preset-happypack v0.0.1

Weekly downloads
10
License
-
Repository
github
Last release
7 years ago

Neutrino Preset HappyPack

NPM version NPM downloads Join Slack

neutrino-preset-happypack is Neutrino preset for taking existing loaders and

Requirements

  • Node.js v6.9+
  • Neutrino v5

Installation

neutrino-preset-happypack can be installed via the Yarn or npm clients.

yarn or npm

❯ yarn add neutrino-preset-happypack --dev
❯ npm install neutrino-preset-happypack --save-dev

Usage

neutrino-preset-happypack can be consumed from the Neutrino API, middleware, or presets. Require this package and plug it into Neutrino:

const neutrinoPresetHappyPack = require('neutrino-preset-happypack');
neutrino.use(neutrinoPresetHappyPack);