webpack-replace-chunkhash-contenthash
Version:
replace webpack output js files chunkhash with the final conent md5.
18 lines (15 loc) • 403 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>webpack-test</title>
<meta name="Author" content="netease">
<meta name="Version" content="1.0">
</head>
<body>
<button onclick="loadV1();">loadV1</button>
<button onclick="loadV2();">loadV2</button>
<button onclick="loadV3();">loadV3</button>
<%= htmlWebpackPlugin.files.webpackManifest %>
</body>
</html>