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
ModuleConcatenationPlugin.js
on
next
User selector
All users
All time
Commit history
Commits on Jun 8, 2018
remove unneeded array
sokra
committed
dabbfa7
View commit details
Copy full SHA for dabbfa7
View code at this point
Browse repository at this point
Commits on May 30, 2018
rewrite module reference correctly after replacing ConcatenatedModule
Show description for 6390240
sokra
committed
6390240
View commit details
Copy full SHA for 6390240
View code at this point
Browse repository at this point
Commits on May 29, 2018
Add brackets for multiline if/for statements
ooflorent
committed
2a9452e
View commit details
Copy full SHA for 2a9452e
View code at this point
Browse repository at this point
fixup reasons when redirecting dependencies for side-effects
Show description for 351c993
sokra
committed
351c993
View commit details
Copy full SHA for 351c993
View code at this point
Browse repository at this point
Commits on Apr 12, 2018
pretty
Mohsen Azimi
authored and
sokra
committed
d677bdd
View commit details
Copy full SHA for d677bdd
View code at this point
Browse repository at this point
more comment types and one actual code change
Mohsen Azimi
authored and
sokra
committed
6a9ee8f
View commit details
Copy full SHA for 6a9ee8f
View code at this point
Browse repository at this point
Commits on Mar 2, 2018
add todo for ModuleConcatenationPlugin for loop bugfix
brentwilton
committed
39095ef
View commit details
Copy full SHA for 39095ef
View code at this point
Browse repository at this point
Commits on Feb 27, 2018
improve performance of ModuleConcatenationPlugin for loop
brentwilton
committed
9f37b49
View commit details
Copy full SHA for 9f37b49
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
fix incorrect optimization bailout messages
Show description for e7aba18
sokra
committed
e7aba18
View commit details
Copy full SHA for e7aba18
View code at this point
Browse repository at this point
Commits on Feb 25, 2018
run prettier on existing code
sokra
committed
5238159
View commit details
Copy full SHA for 5238159
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
Use for-of loops instead of forEach
ooflorent
committed
d4811b0
View commit details
Copy full SHA for d4811b0
View code at this point
Browse repository at this point
Commits on Jan 19, 2018
Refactor chunk graph
Show description for 18ae73d
sokra
committed
18ae73d
View commit details
Copy full SHA for 18ae73d
View code at this point
Browse repository at this point
Commits on Dec 22, 2017
replace harmonyModule flag with exportsType 3-state
Show description for 53a1d6c
sokra
committed
53a1d6c
View commit details
Copy full SHA for 53a1d6c
View code at this point
Browse repository at this point
Commits on Dec 21, 2017
Use Parser#hooks instead of Tapable#plugin
ooflorent
committed
9669c9e
View commit details
Copy full SHA for 9669c9e
View code at this point
Browse repository at this point
Commits on Dec 20, 2017
fix unnecessary module concatenation
Show description for ba00d74
sokra
committed
ba00d74
View commit details
Copy full SHA for ba00d74
View code at this point
Browse repository at this point
Commits on Dec 19, 2017
Bail out concatenation if module uses module.id or module.loaded
ooflorent
committed
31e0c40
View commit details
Copy full SHA for 31e0c40
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
Replace NormalModuleFactory#plugin() calls
ooflorent
committed
08ddad2
View commit details
Copy full SHA for 08ddad2
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
move providedExports into buildMeta
sokra
committed
c68f224
View commit details
Copy full SHA for c68f224
View code at this point
Browse repository at this point
refactor meta -> buildMeta, add factoryMeta
Show description for ffb977f
sokra
committed
ffb977f
View commit details
Copy full SHA for ffb977f
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 21, 2017
fix typo: explaination -> explanation
sokra
committed
485c167
View commit details
Copy full SHA for 485c167
View code at this point
Browse repository at this point
fix DllPlugin flagging
sokra
committed
9540704
View commit details
Copy full SHA for 9540704
View code at this point
Browse repository at this point
Commits on Nov 18, 2017
Use StackedSetMap for better performance
sokra
committed
2ff9b53
View commit details
Copy full SHA for 2ff9b53
View code at this point
Browse repository at this point
Commits on Nov 11, 2017
advanced module type refactoring
Show description for 00f2b5e
sokra
committed
00f2b5e
View commit details
Copy full SHA for 00f2b5e
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
Update code style to arrow functions
sokra
committed
f7c2f8e
View commit details
Copy full SHA for f7c2f8e
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
rename `pure-module` to `side-effects`
sokra
committed
c383d5e
View commit details
Copy full SHA for c383d5e
View code at this point
Browse repository at this point
add support for pure modules
sokra
committed
7ceac63
View commit details
Copy full SHA for 7ceac63
View code at this point
Browse repository at this point
Refactor harmony modules
Show description for 5c489b6
sokra
committed
5c489b6
View commit details
Copy full SHA for 5c489b6
View code at this point
Browse repository at this point
Commits on Aug 16, 2017
Ensure that graph structure stay consistent
Show description for 99c2706
sokra
committed
99c2706
View commit details
Copy full SHA for 99c2706
View code at this point
Browse repository at this point
Commits on Aug 12, 2017
Disallow Scope Hoisting when using HMR
Show description for 0ea37a5
sokra
committed
0ea37a5
View commit details
Copy full SHA for 0ea37a5
View code at this point
Browse repository at this point
Commits on Aug 8, 2017
fixes #5096
sokra
committed
0b8023a
View commit details
Copy full SHA for 0b8023a
View code at this point
Browse repository at this point
Commits on Aug 7, 2017
remove ordering in ModuleConcatenationPlugin
sokra
committed
6607cfa
View commit details
Copy full SHA for 6607cfa
View code at this point
Browse repository at this point
fix remaining issues and edge cases
sokra
committed
795f6fc
View commit details
Copy full SHA for 795f6fc
View code at this point
Browse repository at this point
Commits on Jul 25, 2017
Merge branch 'master' into feature/improve-module-concat-bailout-messages
sokra
authored
32264b8
View commit details
Copy full SHA for 32264b8
View code at this point
Browse repository at this point
Make sure it's a real module when choosing for ModuleConcatenation
Show description for 35c8097
sokra
committed
35c8097
View commit details
Copy full SHA for 35c8097
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.