Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 3d53fa8

Browse files
author
Je
committed
fix: hide nomodule tips
1 parent 255829e commit 3d53fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export class Project {
189189
head: head,
190190
scripts: [
191191
{ src: path.join(baseUrl, `/_aleph/main.${mainModule.hash.slice(0, hashShort)}.js`), type: 'module' },
192-
{ src: path.join(baseUrl, `/_aleph/-/deno.land/x/aleph/nomodule.js${this.isDev ? '?dev' : ''}`) },
192+
{ src: path.join(baseUrl, `/_aleph/-/deno.land/x/aleph/nomodule.js${this.isDev ? '?dev' : ''}`), nomodule: true },
193193
],
194194
body,
195195
minify: !this.isDev

0 commit comments

Comments
 (0)