-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Split bundle parsing to new package #143
Merged
Merged
Commits on Feb 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cddc615 - Browse repository at this point
Copy the full SHA cddc615View commit details -
Improve error message when webpack-configs test fails
The "toContainSubset" assertion is terrible when the error is in values missing from the target object. I wasted so much time in deciphering a build failure because of that...
Configuration menu - View commit details
-
Copy full SHA for 3041c68 - Browse repository at this point
Copy the full SHA 3041c68View commit details -
Fix incorrect module.exports in bundle-parser package
I'm beginning to really despise these lines of code in plugin/src/analyzer.js: try { bundleInfo = parseBundle(assetFile); } catch (err) { bundleInfo = null; } The `catch (err)` really catches everything. Like this bug, for example. I had to add a `console.error(err)` in the catch block to find out `parseBundle` wasn't a function but that I had messed up the `module.exports`.
Configuration menu - View commit details
-
Copy full SHA for 45b753d - Browse repository at this point
Copy the full SHA 45b753dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd02da5 - Browse repository at this point
Copy the full SHA dd02da5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb1a28 - Browse repository at this point
Copy the full SHA 7cb1a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf3d32 - Browse repository at this point
Copy the full SHA ecf3d32View commit details -
Move src/analyzer.js and tree.js to bundle-parser package
Now all parsing related functions are in the same package
Configuration menu - View commit details
-
Copy full SHA for 28ab235 - Browse repository at this point
Copy the full SHA 28ab235View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c3727 - Browse repository at this point
Copy the full SHA b5c3727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3382f91 - Browse repository at this point
Copy the full SHA 3382f91View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.