We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acf9f0 commit f1f9373Copy full SHA for f1f9373
local-tests/build.mjs
@@ -83,7 +83,10 @@ try {
83
*/
84
export const postBuildHealthPolyfill = () => {
85
try {
86
- const file = fs.readFileSync(`./${TEST_DIR}/build/health/index.mjs`, 'utf8');
+ const file = fs.readFileSync(
87
+ `./${TEST_DIR}/build/health/index.mjs`,
88
+ 'utf8'
89
+ );
90
const content = `// Additional crypto polyfill check
91
92
if (!globalThis.crypto && typeof webcrypto !== 'undefined') {
0 commit comments