html-webpack-inject-temp-afteremit-plugin

0.0.2 • Public • Published

替换文件内容插件

Installation

You must be running webpack on node 6.4 or higher

Install the plugin with npm:

$ npm install --save-dev html-webpack-inject-temp-afteremit-plugin

Install the plugin with yarn:

$ yarn add --dev html-webpack-inject-temp-afteremit-plugin

Basic Usage

Require the plugin in your webpack config:

var HtmlWebpackInjectTempalfterEmitPlugin = require('html-webpack-inject-temp-afteremit-plugin');

Add the plugin to your webpack config as follows:

{
	...
	plugins: [
	  new HtmlWebpackPlugin(),
	  new HtmlWebpackInjectTempalfterEmitPlugin({
		  targetStr: `替换成的内容`,
           sourceStr:`要替换的内容`
        }
	  })
	]
	...
}

开发


  • npm 包中 sudo npm link

  • 使用的npm中 sudo npm link package-name

/html-webpack-inject-temp-afteremit-plugin/

    Package Sidebar

    Install

    npm i html-webpack-inject-temp-afteremit-plugin

    Weekly Downloads

    0

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    3.92 kB

    Total Files

    4

    Last publish

    Collaborators

    • choukin