-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(build): add es2015 support #3202
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So huge config
scripts/es2015/bundle.es2015.js
Outdated
const dist = 'dist-es2015'; | ||
const tsconfigPath = '.tmp/tsconfig.json'; | ||
|
||
fs.copy(src, tmp) |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## development #3202 +/- ##
===============================================
+ Coverage 65.2% 65.63% +0.42%
===============================================
Files 209 209
Lines 5653 5607 -46
Branches 996 885 -111
===============================================
- Hits 3686 3680 -6
- Misses 1705 1731 +26
+ Partials 262 196 -66
Continue to review full report at Codecov.
|
scripts/es2015/bundle.es2015.js
Outdated
|
||
async function createEs2015Bundle() { | ||
console.log('Copying src to temp folder'); | ||
await fs.copy(src, tmp); |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
fixes #3134
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.