madlordory / cortex-recombiner-webpack-plugin

a webpack plugin for recombine cortex package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
		});
	]
}

About

a webpack plugin for recombine cortex package

License:Apache License 2.0


Languages

Language:JavaScript 100.0%