5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 22:20:06 +08:00

Support older module resolution approaches

This commit is contained in:
Fabio Massaioli 2025-02-25 21:43:35 +01:00
parent f769fb3953
commit ed8cdfa0f6
3 changed files with 3 additions and 2 deletions

View File

@ -167,7 +167,7 @@ jobs:
- name: Check that the bundled runtime builds
working-directory: v3
run: |
npx --yes -p esbuild@latest exit
npx --yes esbuild@latest --version
task runtime:build
- name: Check that the npm package builds

View File

@ -36,7 +36,7 @@ jobs:
- name: Build bundled runtime
working-directory: v3
run: |
npx --yes -p esbuild@latest exit
npx --yes esbuild@latest --version
task runtime:build
- name: Test+Build npm package

View File

@ -3,6 +3,7 @@
"type": "module",
"version": "3.0.0-alpha.57",
"description": "Wails Runtime",
"types": "types/index.d.ts",
"exports": {
"types": "./types/index.d.ts",
"import": "./dist/index.js"