cortex-recombiner-webpack-plugin

4.0.1 • Public • Published

cortex-recombiner-webpack-plugin

a webpack plugin for recombine cortex package ####install

npm i cortex-recombiner-webpack-plugin

####webpack.config.js

var CortexRecombinerPlugin=require("cortex-recombiner-webpack-plugin");
module.exports = {
	entry:{
		...
	},
	...
	output:{
		...
	}
	...,
	
	plugins:[
		new CortexRecombinerPlugin({
			base:__dirname
		});
	]
}

Readme

Keywords

Package Sidebar

Install

npm i cortex-recombiner-webpack-plugin

Weekly Downloads

1

Version

4.0.1

License

ISC

Last publish

Collaborators

  • madlord