This is an automated email from the ASF dual-hosted git repository.
liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 567aad9 SUBMARINE-479. Node.js yarn error message during build
567aad9 is described below
commit 567aad99cd885737b0607c5530cd219c5aec58bd
Author: cchung100m <[email protected]>
AuthorDate: Tue May 12 21:02:30 2020 +0800
SUBMARINE-479. Node.js yarn error message during build
### What is this PR for?
Update the `babel.config.js` to remove the `useBuiltIns` errors when
building submarine.
### What type of PR is it?
[Improvement]
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-479
### How should this be tested?
https://travis-ci.org/github/cchung100m/submarine/builds/686096592
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
cc. liuxunorg jojochuang
I would appreciate that if you can help to review/merge it, thanks.
Author: cchung100m <[email protected]>
Closes #287 from cchung100m/SUBMARINE-479 and squashes the following
commits:
5458561 [cchung100m] SUBMARINE-479. yarn error message during build
1548a9f [cchung100m] SUBMARINE-479. yarn error message during build
e731e77 [cchung100m] SUBMARINE-479. yarn error message during build
---
submarine-workbench/workbench-web/babel.config.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/submarine-workbench/workbench-web/babel.config.js
b/submarine-workbench/workbench-web/babel.config.js
index 60d219e..1a0ebb8 100644
--- a/submarine-workbench/workbench-web/babel.config.js
+++ b/submarine-workbench/workbench-web/babel.config.js
@@ -4,6 +4,7 @@ module.exports = {
[
'@babel/preset-env',
{
+ 'corejs': '2.6.5',
'useBuiltIns': 'entry'
}
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]