html-webpack-chunk-prefix-plugin

时间:2024-05-31 19:33:47
【文件属性】:

文件名称:html-webpack-chunk-prefix-plugin

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-31 19:33:47

JavaScript

介绍 给html chunk添加预设 使用情况 npm install html-webpack-chunk-prefix-plugin --save-dev // webpack.config.js const HtmlWebpackChunkPrefixPlugin = require ( 'html-webpack-chunk-prefix-plugin' ) ; const HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ; const staticUrl = 'http://static.alicdn.com/' ; module . exports = { plugins : { new HtmlWebpackPlugin ( { template : './index.html' ,


【文件预览】:
html-webpack-chunk-prefix-plugin-master
----index.js(614B)
----package.json(550B)
----package-lock.json(311B)
----.gitignore(22B)
----.npmrc(36B)
----README.md(1KB)

网友评论