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

Upgrade webpack to v4 #93

Merged
merged 2 commits into from
Nov 30, 2018
Merged

Conversation

mwistrand
Copy link
Contributor

Type: feature

The following has been addressed in the PR:

Description:

Update functionality to webpack v4 interfaces. Verified on Mac and Windows with multiple test applications.

  • Update loaders and plugins to use the updated webpack interfaces
  • Update webpack typings and remove unused typings
  • Update unit tests
  • Remove webpack mocks in favor of the actual classes

@mwistrand mwistrand changed the title Upgrade webpack v4 Upgrade webpack to v4 Nov 21, 2018
@codecov
Copy link

codecov bot commented Nov 21, 2018

Codecov Report

Merging #93 into master will increase coverage by 0.05%.
The diff coverage is 97.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   85.43%   85.49%   +0.05%     
==========================================
  Files          33       33              
  Lines        1270     1275       +5     
  Branches      356      356              
==========================================
+ Hits         1085     1090       +5     
  Misses        185      185
Impacted Files Coverage Δ
...rc/webpack-bundle-analyzer/BundleAnalyzerPlugin.ts 20.83% <0%> (ø) ⬆️
src/css-module-dts-loader/loader.ts 100% <100%> (ø) ⬆️
src/css-module-decorator-loader/loader.ts 100% <100%> (ø) ⬆️
src/i18n-plugin/I18nPlugin.ts 100% <100%> (ø) ⬆️
src/static-build-loader/loader.ts 99.36% <100%> (ø) ⬆️
src/service-worker-plugin/ServiceWorkerPlugin.ts 100% <100%> (ø) ⬆️
src/external-loader-plugin/ExternalLoaderPlugin.ts 100% <100%> (ø) ⬆️
src/build-time-render/BuildTimeRender.ts 98.41% <100%> (ø) ⬆️
src/css-module-plugin/CssModulePlugin.ts 100% <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 0fee8c3...535b7de. Read the comment docs.

- Update loaders and plugins to use the updated webpack interfaces
- Update webpack typings and remove unused typings
- Update unit tests
- Remove webpack mocks in favor of the actual classes
Copy link
Member

@agubler agubler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super stuff!

@mwistrand mwistrand merged commit b8501f5 into dojo:master Nov 30, 2018
@mwistrand mwistrand deleted the upgrade-webpack-v4 branch July 12, 2019 15:42
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.

3 participants