Skip to content

demilp/dex-template-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published