Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/preactjs/preact-cli
/ render-html-plugin.js
File
render-html-plugin.js
packages/cli/src/lib/webpack/render-html-plugin.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ resolve, join } = require(
'path'
);
2
const
os = require(
'os'
);
3
const
{ existsSync, mkdtempSync, readFileSync, writeFileSync } = require(
'fs'
);
4
const
HtmlWebpackExcludeAssetsPlugin = require(
'html-webpack-exclude-assets-plugin'
);
Callers
nothing calls this directly
Calls
1
read
Function · 0.85
Tested by
no test coverage detected