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
feature/analytics-mvp
User selector
All users
All time
Commit history
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
Commits on Mar 15, 2017
close watchers correctly when closing watching
sokra
committed
263c5c9
View commit details
Copy full SHA for 263c5c9
View code at this point
Browse repository at this point
Commits on Mar 6, 2017
emit watch-close event when watcher closes
James Newell
committed
2dfdbad
View commit details
Copy full SHA for 2dfdbad
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 Jan 17, 2017
fix(node): rollback changes of Buffer.from to new Buffer() and bump down travis to 4.3 min node v
TheLarkInn
committed
91c1f35
View commit details
Copy full SHA for 91c1f35
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
code linting
sokra
committed
8e69a80
View commit details
Copy full SHA for 8e69a80
View code at this point
Browse repository at this point
Commits on Dec 30, 2016
chore(eslint): added eslint-node-plugin (#3652)
TheLarkInn
authored
7327ee6
View commit details
Copy full SHA for 7327ee6
View code at this point
Browse repository at this point
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 28, 2016
refactor(es6): Replace object-assign polyfill with native method (#3608)
jdb8
authored and
TheLarkInn
committed
a8bb6cd
View commit details
Copy full SHA for a8bb6cd
View code at this point
Browse repository at this point
Commits on Dec 14, 2016
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 Oct 17, 2016
reduce fn.bind(this) usage by aliasing `this` to `self` (#3146)
alkhe
authored and
TheLarkInn
committed
75caa16
View commit details
Copy full SHA for 75caa16
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.