1.3.6 • Published 8 years ago

insert-tag-webpack-plugin v1.3.6

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

insert-tag-webpack-plugin

Insert script or link tag to html

Install

To install the latest release:

npm install insert-tag-webpack-plugin

Usage

Once insert-tag-webpack-plugin is installed in your project, you can use like this:

var InsertTagWebpackPlugin = require('insert-tag-webpack-plugin');

new InsertTagWebpackPlugin({
  filename: 'app/views/list.html',
  destname: 'app/dev-views/list.html',
  chunks: ['common', 'boot']
})
1.3.6

8 years ago

1.3.5

9 years ago

1.3.4

9 years ago

1.3.3

9 years ago

1.3.2

9 years ago

1.3.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago