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
browsertest
on
webpack-1
User selector
All users
All time
Commit history
Commits on Nov 14, 2015
Support returning Promise and ES6 default export from configuration
sokra
committed
bb2c355
View commit details
Copy full SHA for bb2c355
View code at this point
Browse repository at this point
Commits on Jun 1, 2015
Make tests for LimitChunkCountPlugin take objects
kennyt
committed
d0611d0
View commit details
Copy full SHA for d0611d0
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
fixed buggy PRs for webpack.configs
Show description for 9a800d5
sokra
committed
9a800d5
View commit details
Copy full SHA for 9a800d5
View code at this point
Browse repository at this point
Commits on Jul 16, 2014
support [name] in chunkFilename
Show description for 03c87c1
sokra
committed
03c87c1
View commit details
Copy full SHA for 03c87c1
View code at this point
Browse repository at this point
Commits on May 26, 2014
added typeof support for the DefinePlugin
Show description for 1cf64f2
sokra
committed
1cf64f2
View commit details
Copy full SHA for 1cf64f2
View code at this point
Browse repository at this point
Commits on Apr 9, 2014
added node-webkit target (experimental)
Show description for bea08dc
sokra
committed
bea08dc
View commit details
Copy full SHA for bea08dc
View code at this point
Browse repository at this point
Commits on Mar 31, 2014
allow querystring for assets, fixes #217
sokra
committed
6e7bd0c
View commit details
Copy full SHA for 6e7bd0c
View code at this point
Browse repository at this point
Commits on Mar 18, 2014
upgrade node browser replacements
sokra
committed
3364a26
View commit details
Copy full SHA for 3364a26
View code at this point
Browse repository at this point
Commits on Feb 3, 2014
bug fixing
sokra
committed
d3a9712
View commit details
Copy full SHA for d3a9712
View code at this point
Browse repository at this point
Commits on Jan 31, 2014
experimental renaming support
sokra
committed
5e7dfc5
View commit details
Copy full SHA for 5e7dfc5
View code at this point
Browse repository at this point
Commits on Dec 17, 2013
webpack 1.0 beta
Show description for 3170b76
sokra
committed
3170b76
View commit details
Copy full SHA for 3170b76
View code at this point
Browse repository at this point
Commits on Dec 16, 2013
fixed browserbuild
sokra
committed
d89d2c9
View commit details
Copy full SHA for d89d2c9
View code at this point
Browse repository at this point
Commits on Dec 15, 2013
96 browser tests are in included in automated tests too
sokra
committed
16ebdb5
View commit details
Copy full SHA for 16ebdb5
View code at this point
Browse repository at this point
fixes #136
sokra
committed
d614f95
View commit details
Copy full SHA for d614f95
View code at this point
Browse repository at this point
Commits on Dec 8, 2013
support fancy array in AMD, support .replace and .split
sokra
committed
63f40c0
View commit details
Copy full SHA for 63f40c0
View code at this point
Browse repository at this point
Commits on Nov 27, 2013
make AMD require work without fn expr
sokra
committed
f5e6c6b
View commit details
Copy full SHA for f5e6c6b
View code at this point
Browse repository at this point
added tests for #123
sokra
committed
88dbaa4
View commit details
Copy full SHA for 88dbaa4
View code at this point
Browse repository at this point
Commits on Nov 24, 2013
add short-circut test
sokra
committed
6de5bb1
View commit details
Copy full SHA for 6de5bb1
View code at this point
Browse repository at this point
Commits on Nov 8, 2013
evaluate the callee in CallExpression, fixes #117
Show description for 415d161
sokra
committed
415d161
View commit details
Copy full SHA for 415d161
View code at this point
Browse repository at this point
Commits on Nov 5, 2013
walk expression in require.ensure if not a fn expr
sokra
committed
bd56e83
View commit details
Copy full SHA for bd56e83
View code at this point
Browse repository at this point
Commits on Nov 3, 2013
fixes #114
Show description for a3cd3ba
sokra
committed
a3cd3ba
View commit details
Copy full SHA for a3cd3ba
View code at this point
Browse repository at this point
Commits on Oct 28, 2013
allow loaders to load modules
Show description for 52b40b3
sokra
committed
52b40b3
View commit details
Copy full SHA for 52b40b3
View code at this point
Browse repository at this point
Commits on Oct 15, 2013
fixed tests
sokra
committed
8ac46d3
View commit details
Copy full SHA for 8ac46d3
View code at this point
Browse repository at this point
updated dependencies
sokra
committed
b264620
View commit details
Copy full SHA for b264620
View code at this point
Browse repository at this point
added missing --output-jsonp-function, export multiple properties
sokra
committed
f850771
View commit details
Copy full SHA for f850771
View code at this point
Browse repository at this point
Commits on Oct 14, 2013
Merge pull request #107 from jhnns/fix-undefined-define-option
Show description for 167e5c6
sokra
committed
167e5c6
View commit details
Copy full SHA for 167e5c6
View code at this point
Browse repository at this point
fixed wrong tests
jhnns
committed
55e073c
View commit details
Copy full SHA for 55e073c
View code at this point
Browse repository at this point
added tests for undefined and null variables in define option
jhnns
committed
283c415
View commit details
Copy full SHA for 283c415
View code at this point
Browse repository at this point
generate a valid expression when transforming define fixes #108
sokra
committed
9e83a0f
View commit details
Copy full SHA for 9e83a0f
View code at this point
Browse repository at this point
Commits on Sep 24, 2013
tests for define
sokra
committed
86dfee4
View commit details
Copy full SHA for 86dfee4
View code at this point
Browse repository at this point
Commits on Sep 13, 2013
added options.define, evaluate conditionals, fixes #99
sokra
committed
a37948d
View commit details
Copy full SHA for a37948d
View code at this point
Browse repository at this point
Commits on Jul 4, 2013
added unsafeCache option for performance
sokra
committed
2181739
View commit details
Copy full SHA for 2181739
View code at this point
Browse repository at this point
Fixed caching
sokra
committed
b5b6722
View commit details
Copy full SHA for b5b6722
View code at this point
Browse repository at this point
Commits on Jul 1, 2013
HOT: added update json info file, fixed infinite hash updates, #26
sokra
committed
49506c8
View commit details
Copy full SHA for 49506c8
View code at this point
Browse repository at this point
Commits on Jun 19, 2013
more fixes #26
sokra
committed
74cdfb7
View commit details
Copy full SHA for 74cdfb7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.