1.1.1 • Published 1 year ago
@code-hud/hud-javascript-bundlers-plugins v1.1.1
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' }),
]
}