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
webpack-2
User selector
All users
All time
Commit history
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
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 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 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
Commits on Sep 15, 2016
allow to pass abs path to manifest property of DllReferencePlugin
Show description for 530fad4
sokra
committed
530fad4
View commit details
Copy full SHA for 530fad4
View code at this point
Browse repository at this point
Commits on Sep 14, 2016
refactoring: moved parser instancation into NormalModuleFactory
Show description for ec262a4
sokra
committed
ec262a4
View commit details
Copy full SHA for ec262a4
View code at this point
Browse repository at this point
Commits on Jul 13, 2016
refactoring and aggressive-splitting plugin
sokra
committed
2f618e7
View commit details
Copy full SHA for 2f618e7
View code at this point
Browse repository at this point
Commits on May 6, 2016
run purge before stats for cache #2003
sokra
committed
f5a5edd
View commit details
Copy full SHA for f5a5edd
View code at this point
Browse repository at this point
Commits on Apr 21, 2016
Copy watchOptions properly in Compiler.js
Show description for 8845a7d
sharang-d
committed
8845a7d
View commit details
Copy full SHA for 8845a7d
View code at this point
Browse repository at this point
Commits on Mar 20, 2016
Pass changed file into `invalid` plugin hook
danielkcz
committed
466d208
View commit details
Copy full SHA for 466d208
View code at this point
Browse repository at this point
Commits on Sep 19, 2015
Merge branch 'master' into webpack-2
Show description for 7cbd78c
sokra
committed
7cbd78c
View commit details
Copy full SHA for 7cbd78c
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
Report constructor correctly when inheriting from Tapable
katranci
committed
8ff6cb5
View commit details
Copy full SHA for 8ff6cb5
View code at this point
Browse repository at this point
Commits on Jul 17, 2015
Merge branch 'master' into webpack-2
Show description for 431a4c7
sokra
committed
431a4c7
View commit details
Copy full SHA for 431a4c7
View code at this point
Browse repository at this point
Commits on Jul 15, 2015
rebeautify without spacing after keyword
sokra
committed
f7d799a
View commit details
Copy full SHA for f7d799a
View code at this point
Browse repository at this point
Commits on Jul 12, 2015
feat(app): Beautify all lib files
thaiat
committed
0a340f2
View commit details
Copy full SHA for 0a340f2
View code at this point
Browse repository at this point
Commits on May 10, 2015
Merge branch 'master' into webpack-2
Show description for ff78483
sokra
committed
ff78483
View commit details
Copy full SHA for ff78483
View code at this point
Browse repository at this point
allow to pass watch options
Show description for 18f3595
sokra
committed
18f3595
View commit details
Copy full SHA for 18f3595
View code at this point
Browse repository at this point
Commits on Apr 27, 2015
Merge branch 'master' into webpack-2
Show description for f4b9d5f
sokra
committed
f4b9d5f
View commit details
Copy full SHA for f4b9d5f
View code at this point
Browse repository at this point
Commits on Apr 23, 2015
added linting
sokra
committed
cebd3b9
View commit details
Copy full SHA for cebd3b9
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
Merge branch 'hot-multi-pass' of https://github.com/webpack/webpack.git into webpack-2
Show description for ab149eb
sokra
committed
ab149eb
View commit details
Copy full SHA for ab149eb
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
make Watching.close callback optional
Show description for b271c10
fresheneesz
committed
b271c10
View commit details
Copy full SHA for b271c10
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.