1.1.0 • Published 4 years ago

inline-script-html-plugin v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

inline-script-html-plugin

inject the js inline at html ,see https://github.com/facebook/create-react-app/blob/edc671eeea6b7d26ac3f1eb2050e50f75cf9ad5d/packages/react-dev-utils/InlineChunkHtmlPlugin.js#L10

Installtion

npm install --save-dev inline-script-html-plugin

Basic Usage

plugins: [
  new HtmlWebpackPlugin(),
  new InlineScriptHtmlPlugin({name: ['runtime']})
]