index.html打包插入注释
程序员文章站
2022-07-12 21:09:45
...
HTML:
<!--
<%= htmlWebpackPlugin.options.buildInfo %>
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, viewport-fit=cover">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="format-detection" content="telephone=no" />
<title>伽罗瓦</title>
<link rel="shortcut icon" href="/static/images/data_logo.png" />
<link rel="stylesheet" href="/static/css/reset.css">
</head>
plugin设置
new HtmlWebpackPlugin({
hash: true,
filename: 'index.html',
template: path.resolve(__dirname, '../src/index.html'),
buildInfo: '插入的注释内容'
}),
上一篇: 如何解决vue2.0 打包之后 打开index.html出现空白页
下一篇: 笔记
推荐阅读
-
solidworks注释中怎么插入符号?
-
vue-cli打包后本地运行dist文件中的index.html操作
-
解决vue 项目使用webpack打包后,直接打开dist文件夹下的index.html页面空白的问题
-
利用Python进行postgres、mysql数据库基本操作(建表、插入数据、删除数据、添加字段注释)
-
如何解决vue2.0 打包之后 打开index.html出现空白页
-
如何解决vue2.0 打包之后 打开index.html出现空白页
-
index.html打包插入注释
-
vue-cli4创建的项目打包之后,index.html打不开
-
vue文件打包之后打开index.html发现一片空白
-
vue-cli 3.0 打包后运行index.html 出现空白解决方案