- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 61
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
fix: replace NODE_ENV for umd/iife (fix #274) #337
Conversation
fi3ework
commented
Apr 25, 2020
- test passed
- snapshot added
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/egoist/bili/a8umykfjx |
Codecov Report
@@ Coverage Diff @@
## master #337 +/- ##
==========================================
+ Coverage 75.23% 76.16% +0.93%
==========================================
Files 11 11
Lines 424 428 +4
Branches 160 161 +1
==========================================
+ Hits 319 326 +7
+ Misses 100 97 -3
Partials 5 5
Continue to review full report at Codecov.
|
🎉 This PR is included in version 4.9.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@@ -282,6 +282,14 @@ export class Bundler { | |||
|
|||
const env = Object.assign({}, config.env) | |||
|
|||
// drop precess.env.NODE_ENV from umd/iife |
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.
typo: precess -> process