Merge pull request #10696 from Budibase/fix/esbuild_externals
Fixing conflicting external references
This commit is contained in:
commit
207121abab
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
"output": "."
|
"output": "."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"external": ["graphql/*", "deasync", "mock-aws-s3", "nock"],
|
||||||
"format": ["cjs"],
|
"format": ["cjs"],
|
||||||
"esbuildOptions": {
|
"esbuildOptions": {
|
||||||
"outExtension": {
|
"outExtension": {
|
||||||
|
|
Loading…
Reference in New Issue