Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 382 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 382 Bytes

webpack-deploy2war

A small library for webpack config plugin to export war file

Installation

npm install webpack-deploy2war --save-dev

Usage

var DeployToWar = require('webpack-deploy2war');

plugins: [ new DeployToWar({ fileName: "web.employee.war" }) ]

Release History

  • 0.1.0 Initial release
  • 0.1.1 If folder not exists then create