JSPM

neutrino-preset-happypack

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q25347F

a neutrino preset to use happypack

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

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 --devnpm 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);