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:
parent
f769fb3953
commit
ed8cdfa0f6
2
.github/workflows/build-and-test-v3.yml
vendored
2
.github/workflows/build-and-test-v3.yml
vendored
@ -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
|
||||
|
2
.github/workflows/publish-npm.yml
vendored
2
.github/workflows/publish-npm.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user