@code-hud/hud-javascript-bundlers-plugins
v1.1.1
Published
Based on starter template for [unplugin](https://github.com/unjs/unplugin).
Downloads
1,709
Readme
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' }),
]
}