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
on
feature/chunk-module-index
User selector
All users
All time
Commit history
Commits on May 14, 2018
WIP: move index and index2 calculation
sokra
committed
822099d
View commit details
Copy full SHA for 822099d
View code at this point
Browse repository at this point
add per chunk index and index2
sokra
committed
850e209
View commit details
Copy full SHA for 850e209
View code at this point
Browse repository at this point
Commits on May 12, 2018
Fix remove empty
Connormiha
committed
8d1d569
View commit details
Copy full SHA for 8d1d569
View code at this point
Browse repository at this point
Optimize RemoveEmptyChunksPlugin
Connormiha
committed
9a1eca5
View commit details
Copy full SHA for 9a1eca5
View code at this point
Browse repository at this point
Commits on May 11, 2018
remove passing AST, redecode AST in Generator
sokra
committed
e2c8f3d
View commit details
Copy full SHA for e2c8f3d
View code at this point
Browse repository at this point
Commits on May 10, 2018
remove _ast variable, add WeakMap
sokra
committed
85ef634
View commit details
Copy full SHA for 85ef634
View code at this point
Browse repository at this point
Commits on May 9, 2018
refactor: remove type cast
xtuc
committed
8bdc8ad
View commit details
Copy full SHA for 8bdc8ad
View code at this point
Browse repository at this point
feat: store wasm ast on the module
xtuc
committed
d72f7c6
View commit details
Copy full SHA for d72f7c6
View code at this point
Browse repository at this point
feat: uses new APIs
xtuc
committed
d491fdc
View commit details
Copy full SHA for d491fdc
View code at this point
Browse repository at this point
Merge pull request #7236 from webpack/lint/more-strict-jsdoc
Show description for eda273d
sokra
authored
eda273d
View commit details
Copy full SHA for eda273d
View code at this point
Browse repository at this point
Commits on May 8, 2018
Fix edge case when parsing top-level this on IIFE
ooflorent
committed
da6f869
View commit details
Copy full SHA for da6f869
View code at this point
Browse repository at this point
More strict linting of jsdocs
Show description for f2ad440
sokra
committed
f2ad440
View commit details
Copy full SHA for f2ad440
View code at this point
Browse repository at this point
Commits on May 7, 2018
add TODO comment
sokra
committed
e89acf5
View commit details
Copy full SHA for e89acf5
View code at this point
Browse repository at this point
fix bug where splitChunks doesn't work
sokra
committed
09eb3c9
View commit details
Copy full SHA for 09eb3c9
View code at this point
Browse repository at this point
Merge pull request #7144 from webpack/next
Show description for 00b0364
sokra
authored
00b0364
View commit details
Copy full SHA for 00b0364
View code at this point
Browse repository at this point
Merge pull request #7173 from webpack/wasm/decoding
Show description for f2910fc
sokra
authored
f2910fc
View commit details
Copy full SHA for f2910fc
View code at this point
Browse repository at this point
fix type issue
sokra
committed
e90b766
View commit details
Copy full SHA for e90b766
View code at this point
Browse repository at this point
fix(wasm): correct exported func index
xtuc
committed
4237954
View commit details
Copy full SHA for 4237954
View code at this point
Browse repository at this point
Commits on May 6, 2018
Merge pull request #7178 from webpack/feature/types-chunkgroup
Show description for 4d00edc
TheLarkInn
authored
4d00edc
View commit details
Copy full SHA for 4d00edc
View code at this point
Browse repository at this point
fix(types): remove whitespace
TheLarkInn
committed
54f5a5a
View commit details
Copy full SHA for 54f5a5a
View code at this point
Browse repository at this point
Commits on May 4, 2018
Merge pull request #7195 from webpack/feature/type-graph-helpers
Show description for ce184a5
TheLarkInn
authored
ce184a5
View commit details
Copy full SHA for ce184a5
View code at this point
Browse repository at this point
fix(wasm): ignore code section in generator
xtuc
committed
3ade8a0
View commit details
Copy full SHA for 3ade8a0
View code at this point
Browse repository at this point
fix: handle empty modules in dependecies
xtuc
committed
1bc7657
View commit details
Copy full SHA for 1bc7657
View code at this point
Browse repository at this point
fix: generation and bump dep
xtuc
committed
9cc4ebb
View commit details
Copy full SHA for 9cc4ebb
View code at this point
Browse repository at this point
avoid injection jsonpScriptSrc function when not needed
Show description for 0a6ba95
sokra
committed
0a6ba95
View commit details
Copy full SHA for 0a6ba95
View code at this point
Browse repository at this point
Merge branch 'master' into next
Show description for 9bc9c75
sokra
committed
9bc9c75
View commit details
Copy full SHA for 9bc9c75
View code at this point
Browse repository at this point
chore(types): add types to GraphHelpers
TheLarkInn
committed
19bd475
View commit details
Copy full SHA for 19bd475
View code at this point
Browse repository at this point
Commits on May 3, 2018
chore(Chunk): add type annotations for Chunk
TheLarkInn
committed
f1618ae
View commit details
Copy full SHA for f1618ae
View code at this point
Browse repository at this point
Merge pull request #7116 from webpack/feature/main-template-type-support
Show description for fc3774a
TheLarkInn
authored
fc3774a
View commit details
Copy full SHA for fc3774a
View code at this point
Browse repository at this point
Commits on May 2, 2018
Merge pull request #7165 from webpack/performance/cache-hash
Show description for 00f77fd
sokra
authored
00f77fd
View commit details
Copy full SHA for 00f77fd
View code at this point
Browse repository at this point
fix(types): put back use strict
TheLarkInn
committed
cff0f33
View commit details
Copy full SHA for cff0f33
View code at this point
Browse repository at this point
# This is a combination of 4 commits.
Show description for c50d86a
TheLarkInn
committed
c50d86a
View commit details
Copy full SHA for c50d86a
View code at this point
Browse repository at this point
Merge pull request #7119 from webpack/feature/types-entrypoint
Show description for 6b0dd00
TheLarkInn
authored
6b0dd00
View commit details
Copy full SHA for 6b0dd00
View code at this point
Browse repository at this point
Use hex encoding instead
sokra
committed
ff950e7
View commit details
Copy full SHA for ff950e7
View code at this point
Browse repository at this point
improve NormalModule performance
Show description for 2148014
sokra
committed
2148014
View commit details
Copy full SHA for 2148014
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.