superfans_config_injection_plugin

1.0.1 • Public • Published

HTMLWebpackPlugin enhancement plugin

before html file generated by htmlwebpackplugin, insert a custom inline script into the html file's header tag, useful in dev environment where mock data is required.

usage:

npm i -D superfans_config_injection_plugin

const ConfigInject = require('superfans_config_injection_plugin');
plugins: [

...

new ConfigInject({
    $config:"your js script file's relative path"
}),

...

]

this will inject the specified file's evaled result into the generated html's header tag

Readme

Keywords

none

Package Sidebar

Install

npm i superfans_config_injection_plugin

Weekly Downloads

0

Version

1.0.1

License

ISC

Last publish

Collaborators

  • crazyxhz