Skip to content

Commit 8616cf9

Browse files
committed
🐛 Plugin build is invalid
1 parent 23b9eb3 commit 8616cf9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"type": "commonjs",
2+
"type": "module",
33
"name": "animated_java",
44
"title": "Animated Java",
55
"icon": "icon.svg",

tools/esbuild.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import sveltePlugin from './esbuild-plugins/svelte.js'
2323
import inlineWorkerPlugin from './esbuild-plugins/worker.js'
2424

2525
const PACKAGE = JSON.parse(fs.readFileSync('./package.json', 'utf-8'))
26-
console.log(vsCodeProblemsPatchPlugin)
2726

2827
const INFO_PLUGIN: esbuild.Plugin = {
2928
name: 'infoPlugin',

tools/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"type": "commonjs"
3+
}

0 commit comments

Comments
 (0)