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
ContextModuleFactory.js
on
jest
User selector
All users
All time
Commit history
Commits on Dec 22, 2017
Do not use deprecated features of enhanced-resolve
Show description for 202e399
ooflorent
committed
202e399
View commit details
Copy full SHA for 202e399
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
Upgrade tapable in ModuleFactories
sokra
committed
a27ef32
View commit details
Copy full SHA for a27ef32
View code at this point
Browse repository at this point
Commits on Nov 27, 2017
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 16, 2017
Support resourceQuery in context dependencies.
Anuraag Agrawal
committed
ce266cb
View commit details
Copy full SHA for ce266cb
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
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
Commits on Oct 16, 2017
Refactor ContextDependency to take an options object
Show description for f024687
sokra
committed
f024687
View commit details
Copy full SHA for f024687
View code at this point
Browse repository at this point
Refactor contextOptions
sokra
committed
9075637
View commit details
Copy full SHA for 9075637
View code at this point
Browse repository at this point
Commits on Oct 13, 2017
fixed failing tests
ljcrapo
committed
0a141f2
View commit details
Copy full SHA for 0a141f2
View code at this point
Browse repository at this point
refactoring filter to include and other requested changes
ljcrapo
committed
bc6c1be
View commit details
Copy full SHA for bc6c1be
View code at this point
Browse repository at this point
modified import context filtering logic to filter on file names.
ljcrapo
committed
5d1759f
View commit details
Copy full SHA for 5d1759f
View code at this point
Browse repository at this point
Merge pull request #5812 from simon-paris/ignore-enoent-in-contextmodulefactory-resolvedependencies
Show description for 33818bc
sokra
authored
33818bc
View commit details
Copy full SHA for 33818bc
View code at this point
Browse repository at this point
Commits on Oct 11, 2017
Fix #5794 by ignoring ENOENT errors in ContextModuleFactory.addDependencies
simon-paris
committed
5e3039d
View commit details
Copy full SHA for 5e3039d
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
Introduce new plugin hook for contextmodulefactory to allow filtering files
timse
committed
c879426
View commit details
Copy full SHA for c879426
View code at this point
Browse repository at this point
just use "this" to refer to own context in lib/ContextModuleFactory.js
timse
committed
7f3237f
View commit details
Copy full SHA for 7f3237f
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 May 10, 2017
ES6 refactor of ContextModuleFactory
Orlandster
committed
36659f5
View commit details
Copy full SHA for 36659f5
View code at this point
Browse repository at this point
Commits on Apr 6, 2017
Merge branch 'master' into feature/import-chunk-name
mc-zone
authored
1fdf800
View commit details
Copy full SHA for 1fdf800
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 28, 2017
Fix indentation.
mc-zone
committed
0b1b926
View commit details
Copy full SHA for 0b1b926
View code at this point
Browse repository at this point
Commits on Mar 26, 2017
Add specify chunk name feature for `import()`
Show description for b65432a
mc-zone
committed
b65432a
View commit details
Copy full SHA for b65432a
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 Jul 20, 2016
refactor ModuleFactory to take an object instead of multiple arguments
sokra
committed
711a382
View commit details
Copy full SHA for 711a382
View code at this point
Browse repository at this point
Commits on Jan 6, 2016
added manual context map option to ContextReplacementPlugin
sokra
committed
a4cc54e
View commit details
Copy full SHA for a4cc54e
View code at this point
Browse repository at this point
Commits on Jan 1, 2016
updated partly to new enhanced-resolve API
sokra
committed
461c49a
View commit details
Copy full SHA for 461c49a
View code at this point
Browse repository at this point
Commits on Dec 29, 2015
moves stuff from webpack-core to webpack-sources
sokra
committed
ded70ae
View commit details
Copy full SHA for ded70ae
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 Jun 30, 2015
added System.import API and async context
sokra
committed
d98df52
View commit details
Copy full SHA for d98df52
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
handle case when regExp is false in context
sokra
committed
9f21fed
View commit details
Copy full SHA for 9f21fed
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.