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
test
binCases
on
refactor/runtime-template
User selector
All users
All time
Commit history
Commits on Dec 13, 2017
Enable minimizing in production mode
sokra
committed
2148f55
View commit details
Copy full SHA for 2148f55
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
Merge branch 'next' into feature/validate-plugin-options
Show description for dae9de6
sokra
committed
dae9de6
View commit details
Copy full SHA for dae9de6
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
Add mode option and choose defaults depending on mode
Show description for 2201b86
sokra
committed
2201b86
View commit details
Copy full SHA for 2201b86
View code at this point
Browse repository at this point
Commits on Nov 12, 2017
Minor fixes
gribnoysup
committed
41c24d1
View commit details
Copy full SHA for 41c24d1
View code at this point
Browse repository at this point
Update BinTestCases to support nested tests
gribnoysup
committed
c699c96
View commit details
Copy full SHA for c699c96
View code at this point
Browse repository at this point
Move plugin validation tests to /errors/validation/plugins
gribnoysup
committed
c57bbc0
View commit details
Copy full SHA for c57bbc0
View code at this point
Browse repository at this point
Add plugin validation error test
gribnoysup
committed
7b29694
View commit details
Copy full SHA for 7b29694
View code at this point
Browse repository at this point
Commits on Nov 10, 2017
Merge branch 'master' into next
sokra
committed
b7c746d
View commit details
Copy full SHA for b7c746d
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
test(binCases/errors): throw `WebpackOptionsValidationError` for invalid configs
michael-ciniawsky
committed
68db551
View commit details
Copy full SHA for 68db551
View code at this point
Browse repository at this point
Commits on Oct 16, 2017
Merge branch 'master' into next
Show description for 814c894
sokra
committed
814c894
View commit details
Copy full SHA for 814c894
View code at this point
Browse repository at this point
Commits on Oct 12, 2017
[tests] adds more verbose stdout equality check (includes the --env value)
Joe Bottigliero
committed
6a51535
View commit details
Copy full SHA for 6a51535
View code at this point
Browse repository at this point
[lint] remove trailing space
Joe Bottigliero
committed
f85595d
View commit details
Copy full SHA for f85595d
View code at this point
Browse repository at this point
[tests] updates test.opts and test files for --env
Joe Bottigliero
committed
8171f94
View commit details
Copy full SHA for 8171f94
View code at this point
Browse repository at this point
[#4886] --env output
Show description for 33223aa
Joe Bottigliero
committed
33223aa
View commit details
Copy full SHA for 33223aa
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
Merge pull request #5359 from esbenp/cli-prepend-plugins-4260
Show description for 1ff24a7
sokra
authored
1ff24a7
View commit details
Copy full SHA for 1ff24a7
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
Adding unit test
gyandeeps
committed
877ecc8
View commit details
Copy full SHA for 877ecc8
View code at this point
Browse repository at this point
Commits on Aug 2, 2017
remove console.log statement
sokra
authored
e03b0b0
View commit details
Copy full SHA for e03b0b0
View code at this point
Browse repository at this point
Commits on Jul 27, 2017
add test case for error in CLI
sokra
committed
5bbb183
View commit details
Copy full SHA for 5bbb183
View code at this point
Browse repository at this point
Commits on Jul 24, 2017
fix linting
esbenp
committed
170cc08
View commit details
Copy full SHA for 170cc08
View code at this point
Browse repository at this point
add test for #4260
esbenp
committed
b9c1f9b
View commit details
Copy full SHA for b9c1f9b
View code at this point
Browse repository at this point
Merge pull request #5352 from webpack/deps/eslint
Show description for 69e0844
sokra
authored
69e0844
View commit details
Copy full SHA for 69e0844
View code at this point
Browse repository at this point
fix useless-escape linting issues
sokra
committed
991b360
View commit details
Copy full SHA for 991b360
View code at this point
Browse repository at this point
fix for line endings on windows
Show description for 57692ae
sokra
committed
57692ae
View commit details
Copy full SHA for 57692ae
View code at this point
Browse repository at this point
Commits on Jul 23, 2017
rename --module-bind-x config keys from (pre/post)Loaders to rules
Show description for d211ffb
esbenp
committed
d211ffb
View commit details
Copy full SHA for d211ffb
View code at this point
Browse repository at this point
Merge pull request #5300 from pierreneter/patch-1
Show description for 4874584
sokra
authored
4874584
View commit details
Copy full SHA for 4874584
View code at this point
Browse repository at this point
Commits on Jul 22, 2017
Add testCase for set profile in config file
Show description for c197d95
pierreneter
committed
c197d95
View commit details
Copy full SHA for c197d95
View code at this point
Browse repository at this point
Commits on Jul 20, 2017
make test work on all platforms
rrharvey
committed
cd907e6
View commit details
Copy full SHA for cd907e6
View code at this point
Browse repository at this point
add CLI option for selecting a config from a multi-config
rrharvey
committed
3c77b07
View commit details
Copy full SHA for 3c77b07
View code at this point
Browse repository at this point
Commits on Jun 1, 2017
optimize OccurenceOrderPlugin
sokra
committed
890a507
View commit details
Copy full SHA for 890a507
View code at this point
Browse repository at this point
fixes incorrect CLI stats output
Show description for 0f16dd9
sokra
committed
0f16dd9
View commit details
Copy full SHA for 0f16dd9
View code at this point
Browse repository at this point
Commits on Mar 31, 2017
fixed linting
Stefan Schneider
committed
24d7639
View commit details
Copy full SHA for 24d7639
View code at this point
Browse repository at this point
Commits on Feb 20, 2017
allow mutli-file entry via CLI
rrharvey
committed
14a9dee
View commit details
Copy full SHA for 14a9dee
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Fix regression with watch cli opt, add tests for this case
malstoun
committed
0ec7de9
View commit details
Copy full SHA for 0ec7de9
View code at this point
Browse repository at this point
Commits on Jan 16, 2017
Merge pull request #3977 from malstoun/bug/2664
Show description for 82a5b03
sokra
authored
82a5b03
View commit details
Copy full SHA for 82a5b03
View code at this point
Browse repository at this point
Add tests
malstoun
committed
c6d7d90
View commit details
Copy full SHA for c6d7d90
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.