Skip to content
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

Merged
merged 7 commits into from
Nov 29, 2018

Conversation

agubler
Copy link
Member

@agubler agubler commented Nov 7, 2018

Type: feature

The following has been addressed in the PR:

  • There is a related issue
  • All code has been formatted with prettier
  • Unit or Functional tests are included in the PR

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

@agubler
Copy link
Member Author

agubler commented Nov 9, 2018

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 process.exit() call

@agubler agubler force-pushed the support-history-btr branch 2 times, most recently from d3c15e8 to 1ae2b89 Compare November 28, 2018 23:41
@agubler agubler force-pushed the support-history-btr branch from 1ae2b89 to 2987157 Compare November 28, 2018 23:53
@@ -12,6 +12,10 @@ import myTheme from './themes/test-app/theme';

console.log(myTheme);

if (!exists('public-path')) {
Copy link
Member Author

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
Copy link

codecov bot commented Nov 29, 2018

Codecov Report

Merging #202 into master will decrease coverage by 0.18%.
The diff coverage is 10%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
src/base.config.ts 22.69% <0%> (-0.29%) ⬇️
src/main.ts 91.27% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba78d61...0e410d7. Read the comment docs.

@agubler agubler merged commit ba15007 into dojo:master Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants