Skip to content

Commit

Permalink
oops — revert WIP file change
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Nov 30, 2022
1 parent 4ca398c commit a948294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript-modules/engines/hugo-engine/lib/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const esbuildConfigFn = (esbuildConfig, options) => {
".wasm.gz": options?.hosted ? "file" : "binary",
};

const wasm_exec_banner = fs.readFileSync(path.join(__dirname, "../full-hugo-renderer/wasm_exec.js"));
const wasm_exec_banner = fs.readFileSync(path.join(__dirname, "../hugo-renderer/wasm_exec.js"));
esbuildConfig.banner = {
...esbuildConfig.banner,
js: (esbuildConfig.js ?? "") + wasm_exec_banner
Expand Down

0 comments on commit a948294

Please sign in to comment.