Package Exports
- neutrino-preset-happypack
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (neutrino-preset-happypack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Neutrino Preset HappyPack
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-devUsage
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);