1.0.4 • Published 4 years ago

dex-template-webpack-plugin v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Dex Template Webpack Plugin

This webpack plugin takes the index.html generated by webpack and adds all bindings defined in the metadata file. Then it compress all files in /dist into a .dextpl and places it inside /builds.

Installing

npm i --save-dev dex-template-webpack-plugin

Usage

webpack.config.js

var DexTemplatePlugin = require('dex-template-webpack-plugin');
module.exports = {
	configureWebpack: {
		plugins: [new DexTemplatePlugin()]		
	}
}

Dex Template and metadata.json documentation

Author

Demián Levy Polat

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago