Merge pull request #10696 from Budibase/fix/esbuild_externals

Fixing conflicting external references
This commit is contained in:
Adria Navarro 2023-05-25 14:37:29 +02:00 committed by GitHub
commit 207121abab
3 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
with: with:
node-version: 14.x node-version: 14.x
- run: yarn - run: yarn install --frozen-lockfile
- name: Update versions - name: Update versions
run: | run: |
version=$(cat lerna.json \ version=$(cat lerna.json \

View File

@ -42,7 +42,7 @@ jobs:
with: with:
node-version: 14.x node-version: 14.x
- run: yarn - run: yarn install --frozen-lockfile
- name: Update versions - name: Update versions
run: | run: |
version=$(cat lerna.json \ version=$(cat lerna.json \

View File

@ -17,6 +17,7 @@
"output": "." "output": "."
} }
], ],
"external": ["graphql/*", "deasync", "mock-aws-s3", "nock"],
"format": ["cjs"], "format": ["cjs"],
"esbuildOptions": { "esbuildOptions": {
"outExtension": { "outExtension": {