Skip to content

A small library for webpack config plugin to export war file

Notifications You must be signed in to change notification settings

ginozhan/webpack-deploy2war

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small library for webpack config plugin to export war file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published