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
Compilation.js
on
webpack-2
User selector
All users
All time
Commit history
Commits on May 4, 2017
perf: use Date.now() instead of +new Date()
Show description for 94d0641
JLHwung
committed
94d0641
View commit details
Copy full SHA for 94d0641
View code at this point
Browse repository at this point
Commits on Apr 6, 2017
add getStats again - remove breaking change
timse
committed
b863851
View commit details
Copy full SHA for b863851
View code at this point
Browse repository at this point
explicitly call `new Stats` with compilation
Show description for 8165164
timse
committed
8165164
View commit details
Copy full SHA for 8165164
View code at this point
Browse repository at this point
Commits on Apr 5, 2017
Changing async to asyncLib
sendilkumarn
committed
26456f9
View commit details
Copy full SHA for 26456f9
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
two small changes
Show description for 5fab3cb
jescalan
committed
5fab3cb
View commit details
Copy full SHA for 5fab3cb
View code at this point
Browse repository at this point
Commits on Mar 2, 2017
Update variable declarations according to ES6
barinali
committed
a941499
View commit details
Copy full SHA for a941499
View code at this point
Browse repository at this point
Commits on Feb 24, 2017
pass chunk to updateHashForChunk
also
committed
6bd9c8a
View commit details
Copy full SHA for 6bd9c8a
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
allow to apply plugins to child compiler
Show description for fbf84d5
sokra
committed
fbf84d5
View commit details
Copy full SHA for fbf84d5
View code at this point
Browse repository at this point
Commits on Feb 5, 2017
inline cacheAssetsAndApplyPlugins helper as it heavily relies on "this" anyways
timse
committed
840efad
View commit details
Copy full SHA for 840efad
View code at this point
Browse repository at this point
further reduce usage of let in Compilation
timse
committed
36cea59
View commit details
Copy full SHA for 36cea59
View code at this point
Browse repository at this point
Commits on Feb 4, 2017
use const where applicable in Compilation
timse
committed
0bc09a8
View commit details
Copy full SHA for 0bc09a8
View code at this point
Browse repository at this point
Commits on Jan 25, 2017
Fix todo comments
Tom910
committed
665fbd0
View commit details
Copy full SHA for 665fbd0
View code at this point
Browse repository at this point
More refactoring Compilation.js and RemoveParentModulesPlugin.js
Tom910
committed
74efa93
View commit details
Copy full SHA for 74efa93
View code at this point
Browse repository at this point
Commits on Jan 24, 2017
Deleting cache length size to loop
Tom910
committed
588976d
View commit details
Copy full SHA for 588976d
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
Revert indents to Compilation
Tom910
committed
b27f737
View commit details
Copy full SHA for b27f737
View code at this point
Browse repository at this point
Refactoring and optimize Compilation.js
Tom910
committed
609d473
View commit details
Copy full SHA for 609d473
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
Merge pull request #3874 from timse/salt-chunk-hash-instead-of-main-hash-in-loop
Show description for 330ca07
sokra
authored
330ca07
View commit details
Copy full SHA for 330ca07
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
add comments to clarify why a sort is needed here.
timse
committed
ef59336
View commit details
Copy full SHA for ef59336
View code at this point
Browse repository at this point
Commits on Jan 9, 2017
update chunkhash instead of main hash in chunk hashing loop
timse
committed
0284826
View commit details
Copy full SHA for 0284826
View code at this point
Browse repository at this point
Bugfix/disable module in harmony (#3755)
Show description for 9380bd4
sokra
authored and
TheLarkInn
committed
9380bd4
View commit details
Copy full SHA for 9380bd4
View code at this point
Browse repository at this point
one crypto require should be enough
timse
committed
d45801a
View commit details
Copy full SHA for d45801a
View code at this point
Browse repository at this point
remove unused/useless function sortItemsBeforeIds
timse
committed
c3845c0
View commit details
Copy full SHA for c3845c0
View code at this point
Browse repository at this point
Commits on Jan 6, 2017
Include child compilation hash into parent hash computation (#3744)
Show description for a87b61f
uncleyo
authored and
TheLarkInn
committed
a87b61f
View commit details
Copy full SHA for a87b61f
View code at this point
Browse repository at this point
Commits on Jan 5, 2017
refactor(ES6): upgrade Compilation to ES6 (#3767)
Show description for 86169bd
ahmedelgabri
authored and
TheLarkInn
committed
86169bd
View commit details
Copy full SHA for 86169bd
View code at this point
Browse repository at this point
Commits on Jan 4, 2017
Drop `ArrayMap` for `Map`. (#3718)
wtgtybhertgeghgtwtg
authored and
TheLarkInn
committed
1187953
View commit details
Copy full SHA for 1187953
View code at this point
Browse repository at this point
Commits on Dec 30, 2016
refactor(eslint): Added no-unsed-vars, env specific .eslintrc's for buildin & hot (#3636)
Show description for aa8d01b
TheLarkInn
authored
aa8d01b
View commit details
Copy full SHA for aa8d01b
View code at this point
Browse repository at this point
Commits on Dec 27, 2016
remove second param to `ChunkTemplate` constructor
Show description for 678984b
timse
committed
678984b
View commit details
Copy full SHA for 678984b
View code at this point
Browse repository at this point
Commits on Dec 21, 2016
add depth to module
Show description for 71cf49a
sokra
committed
71cf49a
View commit details
Copy full SHA for 71cf49a
View code at this point
Browse repository at this point
Commits on Dec 14, 2016
beautify
sokra
committed
2817c36
View commit details
Copy full SHA for 2817c36
View code at this point
Browse repository at this point
more performance improvements
sokra
committed
f4ab7fc
View commit details
Copy full SHA for f4ab7fc
View code at this point
Browse repository at this point
performance improvements
Show description for da29d21
sokra
committed
da29d21
View commit details
Copy full SHA for da29d21
View code at this point
Browse repository at this point
Commits on Dec 7, 2016
chore(performance): cleaned up unused variables, removed compilation from constructor, added stats additional messages
TheLarkInn
authored and
sokra
committed
c6850b3
View commit details
Copy full SHA for c6850b3
View code at this point
Browse repository at this point
chore(performance) cleanup unused functionality, partial cleanup
TheLarkInn
authored and
sokra
committed
93ae6bc
View commit details
Copy full SHA for 93ae6bc
View code at this point
Browse repository at this point
fix(performance): removed a consolelog
TheLarkInn
authored and
sokra
committed
00f9478
View commit details
Copy full SHA for 00f9478
View code at this point
Browse repository at this point
fix(performance): corrected tests, removed options access from stats, added mocks for web target check
TheLarkInn
authored and
sokra
committed
b2622e1
View commit details
Copy full SHA for b2622e1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.