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
Compiler.js
on
refactor/runtime-template
User selector
All users
All time
Commit history
Commits on Dec 4, 2017
Only create one RequestShortener per Compiler
Show description for 7d87f34
sokra
committed
7d87f34
View commit details
Copy full SHA for 7d87f34
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
Merge branch 'refactoring/plugin-system-compiler' into refactoring/plugin-system-all
sokra
committed
fb689d9
View commit details
Copy full SHA for fb689d9
View code at this point
Browse repository at this point
Commits on Nov 27, 2017
upgrade tapable for Compilation
sokra
committed
7787b4a
View commit details
Copy full SHA for 7787b4a
View code at this point
Browse repository at this point
upgrade tapable for Compiler
sokra
committed
31e9625
View commit details
Copy full SHA for 31e9625
View code at this point
Browse repository at this point
change imports of tapable to old version
Show description for 5a4f0ac
sokra
committed
5a4f0ac
View commit details
Copy full SHA for 5a4f0ac
View code at this point
Browse repository at this point
Commits on Nov 18, 2017
Allow to override resolve configuration
sokra
committed
5e39ec4
View commit details
Copy full SHA for 5e39ec4
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
Merge branch 'next' into refactor/sets
sokra
authored
860da9b
View commit details
Copy full SHA for 860da9b
View code at this point
Browse repository at this point
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
code style fixes
sokra
committed
2a22cbd
View commit details
Copy full SHA for 2a22cbd
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 Sep 29, 2017
fix: watch-run params should be compiler
dolymood
authored
bf8b691
View commit details
Copy full SHA for bf8b691
View code at this point
Browse repository at this point
Commits on Sep 13, 2017
assign correct cache to child compilation
Show description for 0975d13
sokra
committed
0975d13
View commit details
Copy full SHA for 0975d13
View code at this point
Browse repository at this point
Commits on Aug 11, 2017
Convert bind(this) to arrow functions
athomann
committed
15f4894
View commit details
Copy full SHA for 15f4894
View code at this point
Browse repository at this point
Commits on Jul 12, 2017
Fix typo that causes "TypeError: this.compiler.compiler is not a function" since compiler is undefined.
huangc28
committed
6c0e452
View commit details
Copy full SHA for 6c0e452
View code at this point
Browse repository at this point
Adjust style to es6 :tada:
kutyel
authored
43f967c
View commit details
Copy full SHA for 43f967c
View code at this point
Browse repository at this point
Merge branch 'master' into master
kutyel
authored
8975d8e
View commit details
Copy full SHA for 8975d8e
View code at this point
Browse repository at this point
Commits on Jul 7, 2017
- Edit PR to use normal functions again due to ‘arguments’ not working with arrow functions
Show description for 79926b3
Kyle Truong
authored and
Kyle Truong
committed
79926b3
View commit details
Copy full SHA for 79926b3
View code at this point
Browse repository at this point
- Put Watching as a property on Compiler rather than a static method
Kyle Truong
authored and
Kyle Truong
committed
13bc80b
View commit details
Copy full SHA for 13bc80b
View code at this point
Browse repository at this point
- Remove ‘self’ references from lib/Compiler and use more arrow functions instead
Kyle Truong
authored and
Kyle Truong
committed
6dffcca
View commit details
Copy full SHA for 6dffcca
View code at this point
Browse repository at this point
- Add more tests
kylebuildsstuff
authored and
Kyle Truong
committed
4378c92
View commit details
Copy full SHA for 4378c92
View code at this point
Browse repository at this point
- Add tests to Compiler and Watching
kylebuildsstuff
authored and
Kyle Truong
committed
f080ebe
View commit details
Copy full SHA for f080ebe
View code at this point
Browse repository at this point
4099 ES6 Refactor lib/Compiler.js
kylebuildsstuff
authored and
Kyle Truong
committed
5678689
View commit details
Copy full SHA for 5678689
View code at this point
Browse repository at this point
Commits on May 16, 2017
Merge pull request #4704 from webpack/bugfix/child-records-cache
Show description for ee541d9
sokra
authored
ee541d9
View commit details
Copy full SHA for ee541d9
View code at this point
Browse repository at this point
Commits on May 5, 2017
Fix _done function not dealing with compilation being undefined
satazor
authored
b0c45da
View commit details
Copy full SHA for b0c45da
View code at this point
Browse repository at this point
Commits on May 4, 2017
assign correct records and cache to child compilations
Show description for 101850c
sokra
committed
101850c
View commit details
Copy full SHA for 101850c
View code at this point
Browse repository at this point
perf: use Date.now() instead of new Date().getTime()
Show description for 6afc397
JLHwung
committed
6afc397
View commit details
Copy full SHA for 6afc397
View code at this point
Browse repository at this point
Commits on May 3, 2017
Replace 2 spaces with 1 tab
kutyel
authored
859e0dd
View commit details
Copy full SHA for 859e0dd
View code at this point
Browse repository at this point
Commits on May 2, 2017
Merge branch 'master' into master
kutyel
authored
2178f1a
View commit details
Copy full SHA for 2178f1a
View code at this point
Browse repository at this point
Commits on Apr 23, 2017
Merge pull request #3934 from timse/refactor-watching-in-compiler
Show description for 53bb15b
sokra
authored
53bb15b
View commit details
Copy full SHA for 53bb15b
View code at this point
Browse repository at this point
Commits on Apr 14, 2017
Merge branch 'master' into master
kutyel
authored
4366ad8
View commit details
Copy full SHA for 4366ad8
View code at this point
Browse repository at this point
Add callback to Watching.prototype.invalidate
kutyel
committed
af3422c
View commit details
Copy full SHA for af3422c
View code at this point
Browse repository at this point
Commits on Apr 11, 2017
fix: typos and variables/function misuse
e-cloud
committed
07f6281
View commit details
Copy full SHA for 07f6281
View code at this point
Browse repository at this point
Commits on Apr 7, 2017
pass stats to error handler again, to prevent breaking change
timse
committed
ab30c6b
View commit details
Copy full SHA for ab30c6b
View code at this point
Browse repository at this point
Commits on Apr 6, 2017
refactor the _done method of Watching
Show description for 2a1bcff
timse
committed
2a1bcff
View commit details
Copy full SHA for 2a1bcff
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
Previous
Next
You can’t perform that action at this time.