1.1.1 • Published 1 year ago

@code-hud/hud-javascript-bundlers-plugins v1.1.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
1 year ago

Hud Javascript Bundlers Plugins

Based on starter template for unplugin.

Install

npm:

npm install @code-hud/hud-javascript-bundlers-plugins --save-dev

yarn:

yarn add @code-hud/hud-javascript-bundlers-plugins --dev

pnpm:

pnpm add @code-hud/hud-javascript-bundlers-plugins --save-dev

Usage

const hud = require('@code-hud/hud-javascript-bundlers-plugins/webpack');

module.exports = {
  /* ... */
  devtool: 'nosources-source-map',
  plugins: [
    hud.hudWebpackPlugin({ accessToken: 'sourceMap_xxxxxxxxxx' }),
  ]
}

1.1.1

1 year ago

0.1.2

1 year ago

0.1.0

1 year ago