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

Webpack 5 #434

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Webpack 5 #434

wants to merge 12 commits into from

Conversation

maier49
Copy link
Contributor

@maier49 maier49 commented Sep 14, 2020

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
  • schema.json has been updated appopriately

Currently has several deprecation warnings, library types don't work, and using hashes in chunk file names breaks the service workers. May make sense to revisit these issues closer to the full release of webpack after there are more related plugin/loader updates.

On a dev build this update didn't result in any performance improvements on a fresh dojo project. For a dist build it is actually 50% slower on the first build (from 12 seconds to 18 seconds) and on subsequent builds still takes 14 seconds with the Webpack 5 changes, 2 seconds slower than the current build
Description:
Upgrade to webpack 5
Resolves #434

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.

1 participant