1.3.6 • Published 9 years ago

insert-tag-webpack-plugin v1.3.6

Weekly downloads
2
License
ISC
Repository
github
Last release
9 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

9 years ago

1.3.5

10 years ago

1.3.4

10 years ago

1.3.3

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago