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
MainTemplate.js
on
webpack-2
User selector
All users
All time
Commit history
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 Mar 31, 2017
Added {} around installedModules
con-ssc
authored
8b3e587
View commit details
Copy full SHA for 8b3e587
View code at this point
Browse repository at this point
Commits on Mar 14, 2017
remove extra quote
jescalan
committed
b660b64
View commit details
Copy full SHA for b660b64
View code at this point
Browse repository at this point
updates as requested
jescalan
committed
ff5c28c
View commit details
Copy full SHA for ff5c28c
View code at this point
Browse repository at this point
template strings in MainTemplate file
jescalan
committed
5dc7c6f
View commit details
Copy full SHA for 5dc7c6f
View code at this point
Browse repository at this point
Commits on Feb 4, 2017
use const where applicable in MainTemplate
timse
committed
9c9f2b8
View commit details
Copy full SHA for 9c9f2b8
View code at this point
Browse repository at this point
Commits on Jan 13, 2017
Convert Template and its subclasses to ES2015
Show description for c6af4ab
tejasbubane
committed
c6af4ab
View commit details
Copy full SHA for c6af4ab
View code at this point
Browse repository at this point
Commits on Dec 29, 2016
Upgrade eslint (#3626)
Show description for 644e3a0
SpaceK33z
authored and
TheLarkInn
committed
644e3a0
View commit details
Copy full SHA for 644e3a0
View code at this point
Browse repository at this point
Commits on Dec 7, 2016
Fix spelling of "harmony"
jhnns
committed
a59672a
View commit details
Copy full SHA for a59672a
View code at this point
Browse repository at this point
Commits on Dec 4, 2016
improved tree shaking for star exports
Show description for bfc1359
sokra
committed
bfc1359
View commit details
Copy full SHA for bfc1359
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 Nov 16, 2016
added strictModuleExceptionHandling option
Show description for b87bfc0
sokra
committed
b87bfc0
View commit details
Copy full SHA for b87bfc0
View code at this point
Browse repository at this point
Commits on Sep 19, 2016
fixed some standard linting issues
sokra
committed
25cab58
View commit details
Copy full SHA for 25cab58
View code at this point
Browse repository at this point
Commits on Jul 20, 2016
moved non-harmony default import function into runtime
Show description for 378163a
sokra
committed
378163a
View commit details
Copy full SHA for 378163a
View code at this point
Browse repository at this point
Commits on Jul 13, 2016
refactoring and aggressive-splitting plugin
sokra
committed
2f618e7
View commit details
Copy full SHA for 2f618e7
View code at this point
Browse repository at this point
Commits on Jun 7, 2016
fixes #2618
Show description for 1ad7e7c
sokra
committed
1ad7e7c
View commit details
Copy full SHA for 1ad7e7c
View code at this point
Browse repository at this point
Commits on Jun 4, 2016
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
fixed #2570
sokra
committed
d382b10
View commit details
Copy full SHA for d382b10
View code at this point
Browse repository at this point
Commits on May 20, 2016
add missing constructors for all classes needed
Show description for 13322ca
e-cloud
committed
13322ca
View commit details
Copy full SHA for 13322ca
View code at this point
Browse repository at this point
Commits on May 5, 2016
move externals into chunk with entry
Show description for 1b459d9
sokra
committed
1b459d9
View commit details
Copy full SHA for 1b459d9
View code at this point
Browse repository at this point
Commits on Apr 29, 2016
Fix missing __webpack_require__.oe()
iotch
committed
06f143d
View commit details
Copy full SHA for 06f143d
View code at this point
Browse repository at this point
Commits on Apr 21, 2016
reverted module.e to module.exports
Show description for ce642ec
sokra
committed
ce642ec
View commit details
Copy full SHA for ce642ec
View code at this point
Browse repository at this point
Commits on Feb 13, 2016
smaller bundles by using module.e instead of module.exports
Show description for 902220a
sokra
committed
902220a
View commit details
Copy full SHA for 902220a
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 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 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
fixed a few linting issues
sokra
committed
5cd6e7d
View commit details
Copy full SHA for 5cd6e7d
View code at this point
Browse repository at this point
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 Jul 6, 2015
refactoring and bug fixes
sokra
committed
8cfeb51
View commit details
Copy full SHA for 8cfeb51
View code at this point
Browse repository at this point
Commits on Jun 30, 2015
Merge branch 'master' into webpack-2
Show description for cf30eee
sokra
committed
cf30eee
View commit details
Copy full SHA for cf30eee
View code at this point
Browse repository at this point
Commits on Jun 24, 2015
fixed [chunkhash] and [name] issue
Show description for 4e041df
sokra
committed
4e041df
View commit details
Copy full SHA for 4e041df
View code at this point
Browse repository at this point
Commits on Jun 13, 2015
fixed smaller bundles commit
sokra
committed
a6b02f0
View commit details
Copy full SHA for a6b02f0
View code at this point
Browse repository at this point
smaller bundles
sokra
committed
bb90097
View commit details
Copy full SHA for bb90097
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.