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 23b9eb3 commit 8616cf9Copy full SHA for 8616cf9
package.json
@@ -1,5 +1,5 @@
1
{
2
- "type": "commonjs",
+ "type": "module",
3
"name": "animated_java",
4
"title": "Animated Java",
5
"icon": "icon.svg",
tools/esbuild.ts
@@ -23,7 +23,6 @@ import sveltePlugin from './esbuild-plugins/svelte.js'
23
import inlineWorkerPlugin from './esbuild-plugins/worker.js'
24
25
const PACKAGE = JSON.parse(fs.readFileSync('./package.json', 'utf-8'))
26
-console.log(vsCodeProblemsPatchPlugin)
27
28
const INFO_PLUGIN: esbuild.Plugin = {
29
name: 'infoPlugin',
tools/package.json
@@ -0,0 +1,3 @@
+{
+ "type": "commonjs"
+}
0 commit comments