-
Webpack Inject Plugin: 用于Webpack的依赖注入工具
资源介绍
webpack依赖注入插件
一个简单的webpack插件,用于注入依赖项。
安装
使用npm安装插件:
$ npm install inject-webpack-plugin --save-dev
基本用法
在您的webpack.config.js
import InjectWebpackPlugin from 'webpack-inject-plugin' ;
export default {
// ...
plugins : [
new InjectWebpackPlugin ( {
'path/to/file' : 'path/to/another/file' ,
'path/to/file.scss' : 'path/to/another/file.scss' ,
'react' : 'replacing