-
Notifications
You must be signed in to change notification settings - Fork 32
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
Changes to support BTR using history api #202
Conversation
This is failing as it requires a new release of webpack-contrib with the enhanced BTR support. The errors were previously being silenced due to the |
d3c15e8
to
1ae2b89
Compare
1ae2b89
to
2987157
Compare
test-app/src/main.ts
Outdated
@@ -12,6 +12,10 @@ import myTheme from './themes/test-app/theme'; | |||
|
|||
console.log(myTheme); | |||
|
|||
if (!exists('public-path')) { |
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.
This is temporary until the test-app can be upgraded to the 5.0.0-alpha of dojo/framework
Codecov Report
@@ Coverage Diff @@
## master #202 +/- ##
==========================================
- Coverage 53.83% 53.65% -0.19%
==========================================
Files 10 10
Lines 587 589 +2
Branches 143 143
==========================================
Hits 316 316
- Misses 271 273 +2
Continue to review full report at Codecov.
|
Type: feature
The following has been addressed in the PR:
prettier
Description:
Do not exit the process, so that BTR can run over multiple ticks and only generate chunk name if module text if found.
Related to dojo/webpack-contrib#87