Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptExample
/
webpack
Public
forked from
webpack/webpack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
webpack
lib
optimize
CommonsChunkPlugin.js
on
refactor/runtime-template
User selector
All users
All time
Commit history
Commits on Dec 14, 2017
Remove some plugin calls
ooflorent
committed
f737b26
View commit details
Copy full SHA for f737b26
View code at this point
Browse repository at this point
Commits on Dec 8, 2017
Use tapable instead of 'plugin'
ooflorent
committed
36c690d
View commit details
Copy full SHA for 36c690d
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
Merge branch 'next' into feature/validate-plugin-options
Show description for dae9de6
sokra
committed
dae9de6
View commit details
Copy full SHA for dae9de6
View code at this point
Browse repository at this point
Commits on Nov 21, 2017
fix incorrect behavior of CommonsChunkPlugin
sokra
committed
5d78ba9
View commit details
Copy full SHA for 5d78ba9
View code at this point
Browse repository at this point
Commits on Nov 12, 2017
Rename schemas; Make imports less verbose
gribnoysup
committed
cdd593b
View commit details
Copy full SHA for cdd593b
View code at this point
Browse repository at this point
Add spaces to plugin names
gribnoysup
committed
d73ad04
View commit details
Copy full SHA for d73ad04
View code at this point
Browse repository at this point
Refactor plugins to use schema-utils; Remove unused
gribnoysup
committed
1065a6e
View commit details
Copy full SHA for 1065a6e
View code at this point
Browse repository at this point
Add validations to plugins
gribnoysup
committed
744dbe9
View commit details
Copy full SHA for 744dbe9
View code at this point
Browse repository at this point
Commits on Nov 7, 2017
refactor more properties to Sets
sokra
committed
51c572c
View commit details
Copy full SHA for 51c572c
View code at this point
Browse repository at this point
Commits on Oct 16, 2017
Merge branch 'master' into next
Show description for 814c894
sokra
committed
814c894
View commit details
Copy full SHA for 814c894
View code at this point
Browse repository at this point
Commits on Oct 13, 2017
cleanup CommonsChunkPlugins changes
sokra
committed
4960c5b
View commit details
Copy full SHA for 4960c5b
View code at this point
Browse repository at this point
Commits on Oct 11, 2017
Merge branch 'master' into next
Show description for 5abd696
sokra
committed
5abd696
View commit details
Copy full SHA for 5abd696
View code at this point
Browse repository at this point
Merge branch 'master' into next
sokra
authored
03b0ff2
View commit details
Copy full SHA for 03b0ff2
View code at this point
Browse repository at this point
Commits on Oct 9, 2017
fixed common-chunk-grandchildren example
Show description for 87bff6c
ljcrapo
committed
87bff6c
View commit details
Copy full SHA for 87bff6c
View code at this point
Browse repository at this point
Commits on Oct 5, 2017
Added deepChildren support from ArcEglos' pull request and fixed failing tests
ljcrapo
committed
4f9fc01
View commit details
Copy full SHA for 4f9fc01
View code at this point
Browse repository at this point
Commits on Sep 22, 2017
Use SortableSets for Chunk.parents/blocks
sokra
committed
b316bee
View commit details
Copy full SHA for b316bee
View code at this point
Browse repository at this point
make things consitent
sokra
committed
6bd937d
View commit details
Copy full SHA for 6bd937d
View code at this point
Browse repository at this point
Merge branch 'next' into use-set-in-chunks
sokra
authored
6c1831c
View commit details
Copy full SHA for 6c1831c
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
Merge branch 'next' into use-set-in-chunks
sokra
authored
90dc639
View commit details
Copy full SHA for 90dc639
View code at this point
Browse repository at this point
change jsonp function to jsonp array push
sokra
committed
7387c50
View commit details
Copy full SHA for 7387c50
View code at this point
Browse repository at this point
Commits on Jul 27, 2017
fix a bug that prevented the automatic chunk selection to select initial chunks
Show description for 907cd16
sokra
committed
907cd16
View commit details
Copy full SHA for 907cd16
View code at this point
Browse repository at this point
Commits on Jul 24, 2017
fix useless-escape linting issues
sokra
committed
991b360
View commit details
Copy full SHA for 991b360
View code at this point
Browse repository at this point
Commits on Jun 24, 2017
refactor commonsschunk plugin to handle set instead of array
timse
committed
66f0f64
View commit details
Copy full SHA for 66f0f64
View code at this point
Browse repository at this point
Commits on Jun 9, 2017
add special case for async without name
sokra
committed
443b62f
View commit details
Copy full SHA for 443b62f
View code at this point
Browse repository at this point
Commits on Jun 3, 2017
Merge branch 'master' into next
sokra
committed
9cd0cac
View commit details
Copy full SHA for 9cd0cac
View code at this point
Browse repository at this point
Commits on May 31, 2017
CommonsChunkPlugin: Don't allow blocks to contain duplicate chunks
Show description for 7834e6c
ymichael
committed
7834e6c
View commit details
Copy full SHA for 7834e6c
View code at this point
Browse repository at this point
Commits on May 20, 2017
improve a few issues
Show description for 2bd2d28
sokra
committed
2bd2d28
View commit details
Copy full SHA for 2bd2d28
View code at this point
Browse repository at this point
Commits on May 16, 2017
Use a Set to store modules in a chunk
sokra
committed
e1bac32
View commit details
Copy full SHA for e1bac32
View code at this point
Browse repository at this point
Commits on May 4, 2017
CommonsChunkPlugin in async mode doesn't select initial chunks
Show description for b45588b
sokra
committed
b45588b
View commit details
Copy full SHA for b45588b
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
reuse logic as used in 2.2.1 to check what chunks should get their runtime extracted
timse
committed
46f174b
View commit details
Copy full SHA for 46f174b
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
replace `chunk.hasRuntime` with `chunk.parents.length === 0`
Show description for 28b4972
timse
committed
28b4972
View commit details
Copy full SHA for 28b4972
View code at this point
Browse repository at this point
remove `chunk.isInitial` constraint before moving blocks
timse
committed
59ea80f
View commit details
Copy full SHA for 59ea80f
View code at this point
Browse repository at this point
implement review feedback
timse
committed
e1ea0a7
View commit details
Copy full SHA for e1ea0a7
View code at this point
Browse repository at this point
Commits on Feb 21, 2017
improve comments
timse
committed
018ca1a
View commit details
Copy full SHA for 018ca1a
View code at this point
Browse repository at this point
apply review feedback
timse
committed
61ce0f7
View commit details
Copy full SHA for 61ce0f7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.