Skip to content

Commit 3d38b3c

Browse files
committed
[UPDATE] the package.json to inform esbuild that the extension is a module and thus should be parsed as ES instead of CommonJS
1 parent e4784b6 commit 3d38b3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vscode/asperheader/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "This is an extension that will allow the developers of the Asperguide project to sign their file in an easier way and quicker",
55
"version": "1.0.18",
66
"publisher": "HenryLetellier",
7+
"type": "module",
78
"icon": "images/icon/favicon_transparent.png",
89
"repository": {
910
"type": "git",

0 commit comments

Comments
 (0)