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 a5f6e2c commit 186fb73Copy full SHA for 186fb73
packages/vite/package.json
@@ -22,7 +22,7 @@
22
"url": "git+https://github.com/coderline/alphaTab.git"
23
},
24
"type": "module",
25
- "main": "dist/alphaTab.vite.js",
+ "main": "dist/alphaTab.vite.mjs",
26
"module": "dist/alphaTab.vite.mjs",
27
"typings": "dist/alphaTab.vite.d.ts",
28
"scripts": {
packages/webpack/package.json
- "main": "dist/alphaTab.webpack.js",
+ "main": "dist/alphaTab.webpack.mjs",
"module": "dist/alphaTab.webpack.mjs",
"types": "dist/alphaTab.webpack.d.ts",
"exports": {
0 commit comments