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
schemas
on
next
User selector
All users
All time
Commit history
Commits on Jun 5, 2018
allow to disable wasm import mangle
Show description for 8e3be48
sokra
committed
8e3be48
View commit details
Copy full SHA for 8e3be48
View code at this point
Browse repository at this point
Commits on Jun 4, 2018
add checkWasmTypes flag, enabled it only in production
sokra
committed
78b3193
View commit details
Copy full SHA for 78b3193
View code at this point
Browse repository at this point
Commits on May 18, 2018
feat: support tree shaking in DllPlugin
Show description for 6c0c525
Aliaksei Sapach
committed
6c0c525
View commit details
Copy full SHA for 6c0c525
View code at this point
Browse repository at this point
Commits on May 15, 2018
Allow serve property in webpack configuration
Show description for d6efad8
kleinph
committed
d6efad8
View commit details
Copy full SHA for d6efad8
View code at this point
Browse repository at this point
Commits on May 14, 2018
Merge pull request #7270 from webpack/feature/banner_function
Show description for 687c038
sokra
authored
687c038
View commit details
Copy full SHA for 687c038
View code at this point
Browse repository at this point
Commits on May 10, 2018
Allow banner to be specified as a function
ooflorent
committed
8488b88
View commit details
Copy full SHA for 8488b88
View code at this point
Browse repository at this point
Commits on May 3, 2018
fix: allow array of strings for library.root
byzyk
committed
d50f00d
View commit details
Copy full SHA for d50f00d
View code at this point
Browse repository at this point
Commits on Apr 24, 2018
Add tests for namedChunkGroups
slavab89
committed
71a12c8
View commit details
Copy full SHA for 71a12c8
View code at this point
Browse repository at this point
Commits on Mar 29, 2018
Merge branch 'master' into bump_prettier
sokra
committed
8d8da4c
View commit details
Copy full SHA for 8d8da4c
View code at this point
Browse repository at this point
Merge pull request #6791 from storybooks/spilt-chunks-selector
Show description for 0f70fcb
sokra
authored
0f70fcb
View commit details
Copy full SHA for 0f70fcb
View code at this point
Browse repository at this point
Merge pull request #6672 from EugeneHlushko/fix/6639
Show description for b30de38
sokra
authored
b30de38
View commit details
Copy full SHA for b30de38
View code at this point
Browse repository at this point
Commits on Mar 26, 2018
Allow filter function in `optimization.splitChunks.cacheGroups[name].chunks`
Hypnosphi
committed
1677144
View commit details
Copy full SHA for 1677144
View code at this point
Browse repository at this point
Update prettier toolchain
ooflorent
committed
f1092ad
View commit details
Copy full SHA for f1092ad
View code at this point
Browse repository at this point
Commits on Mar 18, 2018
Support selector function as optimization.splitChunks.chunks option
Hypnosphi
committed
f804ff0
View commit details
Copy full SHA for f804ff0
View code at this point
Browse repository at this point
rename variable, use includes instead of indexOf
sokra
committed
f99f96d
View commit details
Copy full SHA for f99f96d
View code at this point
Browse repository at this point
fix prettier
byzyk
committed
b61540e
View commit details
Copy full SHA for b61540e
View code at this point
Browse repository at this point
Merge branch 'master' into fix/6742
byzyk
authored
b8b11bf
View commit details
Copy full SHA for b8b11bf
View code at this point
Browse repository at this point
Commits on Mar 15, 2018
misc: Add schemas to ESLint and Prettier commands
montogeek
committed
57ea856
View commit details
Copy full SHA for 57ea856
View code at this point
Browse repository at this point
fix: throw validation error when exclamation mark was found in path
byzyk
committed
f513065
View commit details
Copy full SHA for f513065
View code at this point
Browse repository at this point
Commits on Mar 14, 2018
wip: check if ! is present in path
byzyk
committed
a515918
View commit details
Copy full SHA for a515918
View code at this point
Browse repository at this point
fix: make excludeModules accept booleans
byzyk
committed
13b80be
View commit details
Copy full SHA for 13b80be
View code at this point
Browse repository at this point
Commits on Mar 12, 2018
Added chunkFilenameDelimiter option for SplitChunksPlugin: Applied requested changes
ManuelBauer
committed
bda8d52
View commit details
Copy full SHA for bda8d52
View code at this point
Browse repository at this point
Commits on Mar 9, 2018
Added chunkFilenameDelimiter option for SplitChunksPlugin
ManuelBauer
committed
36db321
View commit details
Copy full SHA for 36db321
View code at this point
Browse repository at this point
Commits on Mar 5, 2018
Merge pull request #6640 from clarkdo/module-assets
Show description for ae2ae4e
sokra
authored
ae2ae4e
View commit details
Copy full SHA for ae2ae4e
View code at this point
Browse repository at this point
fix(bug): chunkFilename as function doesn't work
EugeneHlushko
committed
73d418a
View commit details
Copy full SHA for 73d418a
View code at this point
Browse repository at this point
Commits on Mar 4, 2018
Add stats.moduleAssets to show assets inside modules in the Stats
clarkdo
committed
81235e1
View commit details
Copy full SHA for 81235e1
View code at this point
Browse repository at this point
Commits on Mar 2, 2018
allow to configure filename for splitted chunks
Show description for ecb65aa
sokra
committed
ecb65aa
View commit details
Copy full SHA for ecb65aa
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
spelling: extensions
jsoref
committed
64fa1d4
View commit details
Copy full SHA for 64fa1d4
View code at this point
Browse repository at this point
spelling: concord
jsoref
committed
8728659
View commit details
Copy full SHA for 8728659
View code at this point
Browse repository at this point
Commits on Feb 21, 2018
Merge pull request #6532 from webpack/bugfix/issue-6426-name
Show description for f34fe53
sokra
authored
f34fe53
View commit details
Copy full SHA for f34fe53
View code at this point
Browse repository at this point
fix(schemas/plugins): rm unnecessary `id`'s
michael-ciniawsky
committed
8a888cf
View commit details
Copy full SHA for 8a888cf
View code at this point
Browse repository at this point
Commits on Feb 20, 2018
Merge pull request #6523 from webpack/next
Show description for dcc0997
sokra
authored
dcc0997
View commit details
Copy full SHA for dcc0997
View code at this point
Browse repository at this point
Commits on Feb 17, 2018
improve way of getting combinations of chunks
Show description for 244d27a
sokra
committed
244d27a
View commit details
Copy full SHA for 244d27a
View code at this point
Browse repository at this point
improve chunk splitting
Show description for 1e73752
sokra
committed
1e73752
View commit details
Copy full SHA for 1e73752
View code at this point
Browse repository at this point
Commits on Feb 14, 2018
Improvement: add schema for profiling plugin options, remove todo item: add docs, rename option
EugeneHlushko
committed
f33cf76
View commit details
Copy full SHA for f33cf76
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.