webpack-at-war

1.0.1 • Public • Published

webpack-at-war

Usage

const WarPlugin = require('webpack-at-war');
const package = require('./package.json');

plugins: [
  ...
  new WarPlugin({
    bundleName: `${ package.name.toLowerCase() }.war`,
    implementationTitle: package.name.toLowerCase(),
    implementationVersion: package.version,
  }),
]

Readme

Keywords

Package Sidebar

Install

npm i webpack-at-war

Weekly Downloads

1

Version

1.0.1

License

UNLICENSED

Unpacked Size

3 kB

Total Files

3

Last publish

Collaborators

  • proxmiff