string-entry-webpack-plugin

1.0.0 • Public • Published

Webpack plugin for adding entries with a string

Usage:

var StringEntryPlugin = require('string-entry-webpack-plugin')

...
plugins: [
	new StringEntryPlugin({
		'fileName.js': 'File contents',
		'secondFile.js': 'some more contents'
	}),
]

Dependents (0)

Package Sidebar

Install

npm i string-entry-webpack-plugin

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • billjohnston