Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages