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
JsonpMainTemplatePlugin.js
on
webpack-2
User selector
All users
All time
Commit history
Commits on May 24, 2017
Use Promise only when chunk load is triggered
Show description for 09d9533
sokra
committed
09d9533
View commit details
Copy full SHA for 09d9533
View code at this point
Browse repository at this point
Commits on May 11, 2017
make chunkLoadTimeout option cofigurable
mshustov
committed
f2264e4
View commit details
Copy full SHA for f2264e4
View code at this point
Browse repository at this point
Commits on May 5, 2017
Add webpackMode optios for import()
Show description for 22e7d25
sokra
committed
22e7d25
View commit details
Copy full SHA for 22e7d25
View code at this point
Browse repository at this point
Commits on Apr 9, 2017
Merge branch 'master' into master
sokra
authored
5210230
View commit details
Copy full SHA for 5210230
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
remove nested template string
Show description for 72f7176
sokra
committed
72f7176
View commit details
Copy full SHA for 72f7176
View code at this point
Browse repository at this point
changed to template strings
sendilkumarn
authored and
sokra
committed
dbf4b0d
View commit details
Copy full SHA for dbf4b0d
View code at this point
Browse repository at this point
formating
sokra
committed
afb400d
View commit details
Copy full SHA for afb400d
View code at this point
Browse repository at this point
fixing comments
sendilkumarn
authored and
sokra
committed
f962eee
View commit details
Copy full SHA for f962eee
View code at this point
Browse repository at this point
Refactor(ES6): JsonpMainTemplatePlugin
sendilkumarn
authored and
sokra
committed
8543739
View commit details
Copy full SHA for 8543739
View code at this point
Browse repository at this point
Commits on Mar 31, 2017
Added more missing {} around if and while in templates
Stefan Schneider
committed
4d82a9d
View commit details
Copy full SHA for 4d82a9d
View code at this point
Browse repository at this point
Commits on Mar 26, 2017
allow chunk.id to be a number - or rather a non-null-something
timse
committed
b8e1981
View commit details
Copy full SHA for b8e1981
View code at this point
Browse repository at this point
Commits on Mar 21, 2017
install Promise early in chunk cache
Show description for 23e1f7c
sokra
committed
23e1f7c
View commit details
Copy full SHA for 23e1f7c
View code at this point
Browse repository at this point
Commits on Feb 9, 2017
Fix typo in comment.
amanda-mitchell
authored
f15640f
View commit details
Copy full SHA for f15640f
View code at this point
Browse repository at this point
Commits on Dec 30, 2016
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 22, 2016
Fixes chunk loading in IE.
Show description for b55844f
r0b1n
committed
b55844f
View commit details
Copy full SHA for b55844f
View code at this point
Browse repository at this point
Commits on Nov 23, 2016
added nonce capability
Show description for 5a4e39f
lunasofia
committed
5a4e39f
View commit details
Copy full SHA for 5a4e39f
View code at this point
Browse repository at this point
Commits on Jul 17, 2016
new way to handle new ids, reuse old ids
Show description for 1675a5a
sokra
committed
1675a5a
View commit details
Copy full SHA for 1675a5a
View code at this point
Browse repository at this point
Commits on Jun 15, 2016
detect main module more reliable
Show description for 7109be5
sokra
committed
7109be5
View commit details
Copy full SHA for 7109be5
View code at this point
Browse repository at this point
Commits on Jun 5, 2016
fixed bug with DedupePlugin
sokra
committed
bd2f5f6
View commit details
Copy full SHA for bd2f5f6
View code at this point
Browse repository at this point
fixes #2603
sokra
committed
7747251
View commit details
Copy full SHA for 7747251
View code at this point
Browse repository at this point
Commits on Jun 4, 2016
bug fix jsonp template plugin
sokra
committed
4b4592e
View commit details
Copy full SHA for 4b4592e
View code at this point
Browse repository at this point
move require.onError default to jsonp template
sokra
committed
af2a362
View commit details
Copy full SHA for af2a362
View code at this point
Browse repository at this point
executeModules is an array, test hasOwnProperty
Show description for fd5b896
sokra
committed
fd5b896
View commit details
Copy full SHA for fd5b896
View code at this point
Browse repository at this point
Commits on Feb 4, 2016
moved error handler back to MainTemplate
sokra
committed
6ac8713
View commit details
Copy full SHA for 6ac8713
View code at this point
Browse repository at this point
smaller bundles without Code Splittings
sokra
committed
1c1a5ca
View commit details
Copy full SHA for 1c1a5ca
View code at this point
Browse repository at this point
Commits on Jan 14, 2016
more pretty CLI options, added --verbose option
sokra
committed
2e5a5f9
View commit details
Copy full SHA for 2e5a5f9
View code at this point
Browse repository at this point
Commits on Jan 8, 2016
Add a hook for adding script attributes
Show description for d4db20a
jscheid
committed
d4db20a
View commit details
Copy full SHA for d4db20a
View code at this point
Browse repository at this point
Commits on Jan 6, 2016
moved defaults for options.output into central place
sokra
committed
c838656
View commit details
Copy full SHA for c838656
View code at this point
Browse repository at this point
Commits on Dec 4, 2015
Fix hot loader compatibility with Java8 Nashorn
Show description for ebe2f37
pugnascotia
committed
ebe2f37
View commit details
Copy full SHA for ebe2f37
View code at this point
Browse repository at this point
Commits on Oct 24, 2015
Chunk loading error handling
Show description for bf1f114
sokra
committed
bf1f114
View commit details
Copy full SHA for bf1f114
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 13, 2015
Promise based chunk loading API
Show description for 2245c4a
sokra
committed
2245c4a
View commit details
Copy full SHA for 2245c4a
View code at this point
Browse repository at this point
Commits on Apr 28, 2015
separated runtime code from compiler code
Show description for 6c1eb49
sokra
committed
6c1eb49
View commit details
Copy full SHA for 6c1eb49
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.