Skip to content

SvenWalter/webpack-war-archiver-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-war-archiver-plugin

NOT SUPPORTED ANY MORE ... IT WAS JUST A POC!

Usage

var WarArchiverPlugin = require("webpack-war-archiver-plugin");

module.exports = {
	plugins: [
		new WarArchiverPlugin({
			fileName: "project-name.war",
			rootFolder: "project-name"
		})
	]
}

Arguments:

  • fileName: Name of the war archive.
  • rootFolder: Name of the root folder when it will be unarchived.

License

MIT (http://www.opensource.org/licenses/mit-license.php)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published