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
webworker
WebWorkerMainTemplatePlugin.js
on
master
User selector
All users
All time
Commit history
Commits on Jun 22, 2018
Implement all path variables for webworker dynamic imports
TimHambourger
committed
1ef1241
View commit details
Copy full SHA for 1ef1241
View code at this point
Browse repository at this point
Commits on Apr 6, 2018
`yarn pretty`
haggholm
committed
0f5ba64
View commit details
Copy full SHA for 0f5ba64
View code at this point
Browse repository at this point
#6971: Escape chunk names for webworkers
haggholm
committed
0aa9aa6
View commit details
Copy full SHA for 0aa9aa6
View code at this point
Browse repository at this point
Commits on Mar 26, 2018
more tests and fixes for webworker
sokra
committed
b018bc7
View commit details
Copy full SHA for b018bc7
View code at this point
Browse repository at this point
Commits on Mar 24, 2018
add [contenthash] support
sokra
committed
296542e
View commit details
Copy full SHA for 296542e
View code at this point
Browse repository at this point
Commits on Feb 25, 2018
run prettier on existing code
sokra
committed
5238159
View commit details
Copy full SHA for 5238159
View code at this point
Browse repository at this point
Commits on Jan 19, 2018
Refactor chunk graph
Show description for 18ae73d
sokra
committed
18ae73d
View commit details
Copy full SHA for 18ae73d
View code at this point
Browse repository at this point
Commits on Dec 27, 2017
add output.globalObject configuration option
Show description for d95f93f
sokra
committed
d95f93f
View commit details
Copy full SHA for d95f93f
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
Remove some plugin calls
ooflorent
committed
f737b26
View commit details
Copy full SHA for f737b26
View code at this point
Browse repository at this point
Commits on Dec 7, 2017
make all methods on Template static
sokra
committed
16ee68b
View commit details
Copy full SHA for 16ee68b
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
upgrate tapable in Templates
sokra
committed
56328a7
View commit details
Copy full SHA for 56328a7
View code at this point
Browse repository at this point
Commits on Nov 27, 2017
Merge branch 'master' into next
Show description for 6bb2436
sokra
committed
6bb2436
View commit details
Copy full SHA for 6bb2436
View code at this point
Browse repository at this point
Commits on Nov 21, 2017
fix incorrect update of the WebWorker Template
sokra
committed
a6f0ca9
View commit details
Copy full SHA for a6f0ca9
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 30, 2017
fixup! [fix] error on HMR with es6 bundles
Slashgear
committed
00daab2
View commit details
Copy full SHA for 00daab2
View code at this point
Browse repository at this point
Commits on Oct 20, 2017
[fix] error on HMR with es6 bundles
Show description for 27e4d14
Slashgear
committed
27e4d14
View commit details
Copy full SHA for 27e4d14
View code at this point
Browse repository at this point
Commits on Sep 22, 2017
bugfix
sokra
committed
c7b80cf
View commit details
Copy full SHA for c7b80cf
View code at this point
Browse repository at this point
make things consitent
sokra
committed
6bd937d
View commit details
Copy full SHA for 6bd937d
View code at this point
Browse repository at this point
Commits on Jun 24, 2017
refactor chunk.chunks usage to check for chunk existance
timse
committed
7972859
View commit details
Copy full SHA for 7972859
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
Refactor: string concatenation to template literals
ayastreb
committed
ce24a7b
View commit details
Copy full SHA for ce24a7b
View code at this point
Browse repository at this point
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 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 Feb 21, 2017
refactor(es6): WebWorkerMainTemplatePlugin to use const rather than var
sendilkumarn
committed
30d4981
View commit details
Copy full SHA for 30d4981
View code at this point
Browse repository at this point
Commits on Feb 20, 2017
refactor(es6) Webworker module
sendilkumarn
committed
f2367c2
View commit details
Copy full SHA for f2367c2
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 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 Nov 3, 2015
Add web worker HMR support
elliottsj
committed
c6ccf9d
View commit details
Copy full SHA for c6ccf9d
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
fixed WebWorker template
sokra
committed
aa21d14
View commit details
Copy full SHA for aa21d14
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 Nov 3, 2014
fixed incomplete hash bug
sokra
committed
d5dc904
View commit details
Copy full SHA for d5dc904
View code at this point
Browse repository at this point
Commits on Oct 28, 2014
Fixes issue with hash length and loading external chunks
Show description for c84bd70
diurnalist
committed
c84bd70
View commit details
Copy full SHA for c84bd70
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.