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
dependencies
on
temp
User selector
All users
All time
Commit history
Commits on Jan 19, 2018
Only lib changes
sokra
committed
cead7e5
View commit details
Copy full SHA for cead7e5
View code at this point
Browse repository at this point
Commits on Jan 18, 2018
Deprecate System.import() parser plugin
Show description for 3fb63f9
ooflorent
committed
3fb63f9
View commit details
Copy full SHA for 3fb63f9
View code at this point
Browse repository at this point
Commits on Jan 13, 2018
Merge pull request #6261 from ooflorent/top_level_this
Show description for 47f2601
sokra
authored
47f2601
View commit details
Copy full SHA for 47f2601
View code at this point
Browse repository at this point
Rewrite top level this to undefined in Harmony modules
ooflorent
committed
a550a8c
View commit details
Copy full SHA for a550a8c
View code at this point
Browse repository at this point
Commits on Jan 12, 2018
Merge pull request #6273 from ooflorent/fix-4857/unreachable_branches
Show description for e6fb58d
sokra
authored
e6fb58d
View commit details
Copy full SHA for e6fb58d
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
Eliminate unreachable branches
Show description for c9ff97f
ooflorent
committed
c9ff97f
View commit details
Copy full SHA for c9ff97f
View code at this point
Browse repository at this point
Refactor: indexOf >< checks to includes
EugeneHlushko
committed
2aab060
View commit details
Copy full SHA for 2aab060
View code at this point
Browse repository at this point
Commits on Jan 6, 2018
Avoid extra semicolons in bundled files. Don't recreate the function on an each iteration.
wa-Nadoo
committed
3a89252
View commit details
Copy full SHA for 3a89252
View code at this point
Browse repository at this point
Commits on Dec 22, 2017
add tree-shaking for json modules
sokra
committed
da5c8d8
View commit details
Copy full SHA for da5c8d8
View code at this point
Browse repository at this point
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
move generated runtime code to RuntimeTemplate
sokra
committed
2aac6ba
View commit details
Copy full SHA for 2aac6ba
View code at this point
Browse repository at this point
Merge pull request #6160 from webpack/wasm/imports
Show description for c6c447b
sokra
authored
c6c447b
View commit details
Copy full SHA for c6c447b
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
add support for imports in wasm modules
sokra
committed
3ee016f
View commit details
Copy full SHA for 3ee016f
View code at this point
Browse repository at this point
Replace deprecated Tapable#apply by Plugin#apply
ooflorent
committed
7dd41b5
View commit details
Copy full SHA for 7dd41b5
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
Update Parser helpers to be compatible with hooks
ooflorent
committed
c8e60b4
View commit details
Copy full SHA for c8e60b4
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
Use tap() instead of tapAsync() when possible
ooflorent
committed
d16ccc9
View commit details
Copy full SHA for d16ccc9
View code at this point
Browse repository at this point
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
Remove some plugin calls
ooflorent
committed
f737b26
View commit details
Copy full SHA for f737b26
View code at this point
Browse repository at this point
Commits on Dec 13, 2017
remove `__webpack_require__` requirement from some ConstDependencies
Show description for 30c9dd0
sokra
committed
30c9dd0
View commit details
Copy full SHA for 30c9dd0
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
bugfix in LoaderPlugin
sokra
committed
5b7645d
View commit details
Copy full SHA for 5b7645d
View code at this point
Browse repository at this point
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 11, 2017
pass runtimeTemplate to DependencyTemplate
Show description for 758a388
sokra
committed
758a388
View commit details
Copy full SHA for 758a388
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 Dec 4, 2017
Merge branch 'master' into next
Show description for 99ef453
sokra
committed
99ef453
View commit details
Copy full SHA for 99ef453
View code at this point
Browse repository at this point
allow tree-shaking for require.include
Show description for 00cd8b4
sokra
committed
00cd8b4
View commit details
Copy full SHA for 00cd8b4
View code at this point
Browse repository at this point
fix non-harmony import() handling for `null`
sokra
committed
515a07a
View commit details
Copy full SHA for 515a07a
View code at this point
Browse repository at this point
handle non-esm correctly in import()
Show description for 3803c8a
sokra
committed
3803c8a
View commit details
Copy full SHA for 3803c8a
View code at this point
Browse repository at this point
use shorter Promise.resolve for empty blocks
sokra
committed
d1efe5b
View commit details
Copy full SHA for d1efe5b
View code at this point
Browse repository at this point
fix comment in context requires
sokra
committed
4118a86
View commit details
Copy full SHA for 4118a86
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
upgrade tapable from Parser
sokra
committed
c10da6c
View commit details
Copy full SHA for c10da6c
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
Add mode option and choose defaults depending on mode
Show description for 2201b86
sokra
committed
2201b86
View commit details
Copy full SHA for 2201b86
View code at this point
Browse repository at this point
Commits on Nov 23, 2017
process imports from mjs to non-esm correctly
Show description for 21cdc84
sokra
committed
21cdc84
View commit details
Copy full SHA for 21cdc84
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
fix weak status of harmony accept dependency
Show description for 5a8e767
sokra
committed
5a8e767
View commit details
Copy full SHA for 5a8e767
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.