-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 all Webpack usage to Webpack 3 #475
Labels
type:task
This issue reports a chore (non-production change) and other types of "todos".
Milestone
Comments
Reinmar
added
candidate:1.0.0
type:task
This issue reports a chore (non-production change) and other types of "todos".
labels
Jun 20, 2017
Bundle size with and without module concatenation:
So we could use it. |
Nice! And gzipped size (which is the one which matters)? |
Gzipped size:
|
Reinmar
added a commit
to ckeditor/ckeditor5-build-classic
that referenced
this issue
Nov 10, 2017
Other: Optimized the bundle size (~10%) by enabling webpack's `ModuleConcatenationPlugin` plugin. Read more ckeditor/ckeditor5#475.
Reinmar
added a commit
to ckeditor/ckeditor5-build-inline
that referenced
this issue
Nov 10, 2017
Other: Optimized the bundle size (~10%) by enabling webpack's `ModuleConcatenationPlugin` plugin. Read more ckeditor/ckeditor5#475.
Reinmar
added a commit
to ckeditor/ckeditor5-build-balloon
that referenced
this issue
Nov 10, 2017
Other: Optimized the bundle size (~10%) by enabling webpack's `ModuleConcatenationPlugin` plugin. Read more ckeditor/ckeditor5#475.
JDinABox
pushed a commit
to JDinABox/ckeditor5-build-markdown
that referenced
this issue
Sep 6, 2021
Other: Optimized the bundle size (~10%) by enabling webpack's `ModuleConcatenationPlugin` plugin. Read more ckeditor/ckeditor5#475.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Release notes: https://medium.com/webpack/webpack-3-official-release-15fd2dd8f07b
Interesting to check:
The text was updated successfully, but these errors were encountered: