Skip to content

billjohnston/string-entry-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

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'
	}),
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published