This repository has been archived by the owner on May 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 216
+14,002
−4,953
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andrewthauer
force-pushed
the
webpack4
branch
2 times, most recently
from
April 13, 2018 21:37
262dde1
to
370d3c8
Compare
Merged
Yes, in #1295 it was updated to 2.4.*. |
Ok, so this PR can't be merged on its own, then? |
santiago-elustondo
approved these changes
Apr 30, 2018
santiago-elustondo
added a commit
that referenced
this pull request
May 16, 2018
* fix bug: frontend doesnt clear error screen when app detected (#1274) * FireFox compatibility using WebExtensions format. (#1268) * modify manifest for compatibility * add web extensions packing * remove augury.xpi * fix popup size in firefox * browser-specific builds * browser-specific builds * manifest.json merging & npm script naming scheme * uncomment sentry_key check * add uglify * add canary to builds * add canary to builds * version up * add yihua fix * linter * version up * Updating docs and text to reflect Firefox support (#1278) * small patch for PrimeNG * linter * version up * fix dependencies thing yet again * version up * include canary build in ISSUE_TEMPLATE.md * Update README.md with canary * remove comma * version up for release (manifest) * version up for release (package) * Update dev branch to match master. (#1292) * Release (1.16.0) (#1284) * fix bug: frontend doesnt clear error screen when app detected (#1274) * FireFox compatibility using WebExtensions format. (#1268) * modify manifest for compatibility * add web extensions packing * remove augury.xpi * fix popup size in firefox * browser-specific builds * browser-specific builds * manifest.json merging & npm script naming scheme * uncomment sentry_key check * add uglify * add canary to builds * add canary to builds * version up * add yihua fix * linter * version up * Updating docs and text to reflect Firefox support (#1278) * small patch for PrimeNG * linter * version up * fix dependencies thing yet again * version up * include canary build in ISSUE_TEMPLATE.md * Update README.md with canary * remove comma * version up for release (manifest) * version up for release (package) * remove update_url from manifest.json for chrome * Update CHANGELOG (1.16.0) * Release (1.16.0) - Tag Version * Fix firefox xml viewer (#1290) * Release (1.16.0) (#1284) * fix bug: frontend doesnt clear error screen when app detected (#1274) * FireFox compatibility using WebExtensions format. (#1268) * modify manifest for compatibility * add web extensions packing * remove augury.xpi * fix popup size in firefox * browser-specific builds * browser-specific builds * manifest.json merging & npm script naming scheme * uncomment sentry_key check * add uglify * add canary to builds * add canary to builds * version up * add yihua fix * linter * version up * Updating docs and text to reflect Firefox support (#1278) * small patch for PrimeNG * linter * version up * fix dependencies thing yet again * version up * include canary build in ISSUE_TEMPLATE.md * Update README.md with canary * remove comma * version up for release (manifest) * version up for release (package) * remove update_url from manifest.json for chrome * Update CHANGELOG (1.16.0) * tag version * #1289: set script.textContent only if the document is HTML (Avoids breaking Firefox XML formatter) * Upgrading to webpack 4 (#1285) * Angular AOT Build (#1295) * Upgrading to webpack 4 * Adding aot compilation support * Removing uncessary imports in aot build * version up for merge-jsons plugin. prev versions crash with Webpack4 * Fixing test and build * local fonts (#1297) * Build conditionals (#1296) * Release (1.16.0) (#1284) * fix bug: frontend doesnt clear error screen when app detected (#1274) * FireFox compatibility using WebExtensions format. (#1268) * modify manifest for compatibility * add web extensions packing * remove augury.xpi * fix popup size in firefox * browser-specific builds * browser-specific builds * manifest.json merging & npm script naming scheme * uncomment sentry_key check * add uglify * add canary to builds * add canary to builds * version up * add yihua fix * linter * version up * Updating docs and text to reflect Firefox support (#1278) * small patch for PrimeNG * linter * version up * fix dependencies thing yet again * version up * include canary build in ISSUE_TEMPLATE.md * Update README.md with canary * remove comma * version up for release (manifest) * version up for release (package) * remove update_url from manifest.json for chrome * Update CHANGELOG (1.16.0) * Release (1.16.0) - Tag Version * add build configs accessible from code * explanatory note on types * merge in all build configs * correction * clean up env config * linter * touchups * linter * csp update * use destructuring import * json5-parsing * version up * linter * fix function-name.ts (state bug) * ready for release * update package-lock.json
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This includes the essential changes for the webpack 4 upgrade. This is working, but requires additional testing.
NOTE: The branch
webpack-aot
builds upon this to incorporate AOT builds (also a WIP).TODO: Verify sourceMapUrl is not included in prod build #1169