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 }}
codeinvain
/
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
NormalModuleFactory.js
on
master
User selector
All users
All time
Commit history
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
reformat to make beautify happy
sokra
committed
adb1a1b
View commit details
Copy full SHA for adb1a1b
View code at this point
Browse repository at this point
add test cases and fixes overwrite
sokra
committed
980c2a9
View commit details
Copy full SHA for 980c2a9
View code at this point
Browse repository at this point
Commits on Dec 8, 2016
chore(nmf): cleanup duplicate query parse logic
TheLarkInn
committed
643e52e
View commit details
Copy full SHA for 643e52e
View code at this point
Browse repository at this point
feature(alias): allow loader query to be used for aliased loader
TheLarkInn
committed
1999af3
View commit details
Copy full SHA for 1999af3
View code at this point
Browse repository at this point
Commits on Nov 23, 2016
Merge pull request #3360 from webpack/bugfix/loader-options-remaining-request
Show description for f4adee3
sokra
authored
f4adee3
View commit details
Copy full SHA for f4adee3
View code at this point
Browse repository at this point
added resourceQuery condition
Show description for efa3fc0
sokra
committed
efa3fc0
View commit details
Copy full SHA for efa3fc0
View code at this point
Browse repository at this point
fixes a bug in which complex options are not passed through chain
sokra
committed
5f9dd3c
View commit details
Copy full SHA for 5f9dd3c
View code at this point
Browse repository at this point
Commits on Nov 16, 2016
Update `-loader`error message
Show description for 0f69d67
jfsiii
authored
0f69d67
View commit details
Copy full SHA for 0f69d67
View code at this point
Browse repository at this point
Commits on Nov 14, 2016
display a note about the breaking change when forgot the -loader prefix
sokra
committed
5803fd7
View commit details
Copy full SHA for 5803fd7
View code at this point
Browse repository at this point
Commits on Sep 30, 2016
replaced calls to Object.assign with objectAssign to support node 0.12.x (#3080)
MarkusKramer
authored and
TheLarkInn
committed
9c5c6df
View commit details
Copy full SHA for 9c5c6df
View code at this point
Browse repository at this point
Commits on Sep 20, 2016
renamed enforce left/right to pre/post
sokra
committed
4d9d79c
View commit details
Copy full SHA for 4d9d79c
View code at this point
Browse repository at this point
Commits on Sep 14, 2016
use new RuleSet matching instead of LoadersList
Show description for a53799c
sokra
committed
a53799c
View commit details
Copy full SHA for a53799c
View code at this point
Browse repository at this point
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 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 Feb 9, 2016
fixed #2006
sokra
committed
d5a24ce
View commit details
Copy full SHA for d5a24ce
View code at this point
Browse repository at this point
Commits on Feb 3, 2016
Resolve loaders from configuration relative to context instead of resource
sokra
committed
e52b7b2
View commit details
Copy full SHA for e52b7b2
View code at this point
Browse repository at this point
Commits on Jan 26, 2016
fixes and performance improvements
sokra
committed
205d08c
View commit details
Copy full SHA for 205d08c
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
allow to pass context info
sokra
committed
f9ade28
View commit details
Copy full SHA for f9ade28
View code at this point
Browse repository at this point
Commits on Jan 3, 2016
integrated new enhanced-resolve version
sokra
committed
fecf07d
View commit details
Copy full SHA for fecf07d
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 Nov 13, 2015
Merge branch 'webpack-1'
Show description for 3201dc3
sokra
committed
3201dc3
View commit details
Copy full SHA for 3201dc3
View code at this point
Browse repository at this point
performance improvement
sokra
committed
6b60662
View commit details
Copy full SHA for 6b60662
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 7, 2015
Merge branch 'master' into webpack-2
Show description for 66df346
sokra
committed
66df346
View commit details
Copy full SHA for 66df346
View code at this point
Browse repository at this point
Commits on May 16, 2015
added DllPlugin and dll example
sokra
committed
817e678
View commit details
Copy full SHA for 817e678
View code at this point
Browse repository at this point
Merge branch 'master' into webpack-2
Show description for 11a578a
sokra
committed
11a578a
View commit details
Copy full SHA for 11a578a
View code at this point
Browse repository at this point
Commits on May 12, 2015
refactored ExternalsPlugins to plugin based approach
Show description for 5a5b732
sokra
committed
5a5b732
View commit details
Copy full SHA for 5a5b732
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
Previous
Next
You can’t perform that action at this time.