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
NormalModuleFactory.js
on
webpack-2
User selector
All users
All time
Commit history
Commits on Apr 5, 2017
changing async to asyncLib
sendilkumarn
committed
cd688f8
View commit details
Copy full SHA for cd688f8
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
let to const in NormalModuleFactory
Sergey Melyukov
committed
3ebcf71
View commit details
Copy full SHA for 3ebcf71
View code at this point
Browse repository at this point
Commits on Apr 3, 2017
ES6 refactoring in NormalModuleFactory
smelukov
committed
7c4883c
View commit details
Copy full SHA for 7c4883c
View code at this point
Browse repository at this point
Merge pull request #4500 from timse/make-ignored-relative
Show description for 584f4da
sokra
authored
584f4da
View commit details
Copy full SHA for 584f4da
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
Provide context to resolve again
Show description for 983904c
zinserjan
committed
983904c
View commit details
Copy full SHA for 983904c
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
remove unused path from normalmodulefactory
timse
committed
ce5e3e1
View commit details
Copy full SHA for ce5e3e1
View code at this point
Browse repository at this point
Commits on Mar 22, 2017
make path ignored before it goes to records, prevent to have to do it in NMF
timse
committed
62229f5
View commit details
Copy full SHA for 62229f5
View code at this point
Browse repository at this point
Commits on Mar 17, 2017
add formatting
timse
committed
8165522
View commit details
Copy full SHA for 8165522
View code at this point
Browse repository at this point
Use relative instead of resolve
jamestautges
authored and
timse
committed
a368ed1
View commit details
Copy full SHA for a368ed1
View code at this point
Browse repository at this point
Relativize ignore module paths
jamestautges
authored and
timse
committed
a4cf604
View commit details
Copy full SHA for a4cf604
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
Merge pull request #4189 from webpack/feature/child-plugins
Show description for 479a0a4
sokra
authored
479a0a4
View commit details
Copy full SHA for 479a0a4
View code at this point
Browse repository at this point
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 Feb 21, 2017
change way how resourceResolveData is passed
sokra
authored
ed8acd4
View commit details
Copy full SHA for ed8acd4
View code at this point
Browse repository at this point
Commits on Feb 20, 2017
rename property; lint issue
jquense
committed
df71a07
View commit details
Copy full SHA for df71a07
View code at this point
Browse repository at this point
fix tests
jquense
committed
3215e2c
View commit details
Copy full SHA for 3215e2c
View code at this point
Browse repository at this point
Add resolver result to module callback
jquense
committed
9afd289
View commit details
Copy full SHA for 9afd289
View code at this point
Browse repository at this point
Commits on Feb 7, 2017
NormalModuleFactory: link to doc in error message
Show description for e3be39c
simon04
committed
e3be39c
View commit details
Copy full SHA for e3be39c
View code at this point
Browse repository at this point
Commits on Jan 26, 2017
generate loader ident automatically
Show description for 4cae3f4
sokra
committed
4cae3f4
View commit details
Copy full SHA for 4cae3f4
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 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
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
Previous
Next
You can’t perform that action at this time.