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
Branch selector
webpack-2
User selector
All users
All time
Commit history
Commits on Jul 12, 2017
2.7.0
sokra
committed
eeea490
View commit details
Copy full SHA for eeea490
Browse repository at this point
Merge pull request #5268 from webpack/backport/performance
Show description for dd4e58a
sokra
authored
dd4e58a
View commit details
Copy full SHA for dd4e58a
Browse repository at this point
test webpack-2 branch too
sokra
committed
a333f36
View commit details
Copy full SHA for a333f36
Browse repository at this point
update webpack-sources
sokra
committed
9562be3
View commit details
Copy full SHA for 9562be3
Browse repository at this point
use frozen lockfile to fail on outdated yarn.lock
sokra
committed
f6dd7a5
View commit details
Copy full SHA for f6dd7a5
Browse repository at this point
node 8
sokra
committed
d0b0cad
View commit details
Copy full SHA for d0b0cad
Browse repository at this point
update yarn.lock
sokra
committed
884fe4e
View commit details
Copy full SHA for 884fe4e
Browse repository at this point
Bump enhanced-resolve
mikesherov
authored and
sokra
committed
20d7f70
View commit details
Copy full SHA for 20d7f70
Browse repository at this point
add cacheWithContext to schema
mikesherov
authored and
sokra
committed
8bd9211
View commit details
Copy full SHA for 8bd9211
Browse repository at this point
chrome workaround for eval-source-maps
Show description for ab9f6ee
sokra
committed
ab9f6ee
View commit details
Copy full SHA for ab9f6ee
Browse repository at this point
Delete input.js
sokra
committed
2b26cbb
View commit details
Copy full SHA for 2b26cbb
Browse repository at this point
fixup for source-map contenthash
sokra
committed
0af1b7a
View commit details
Copy full SHA for 0af1b7a
Browse repository at this point
Enable use of sourceMapFilename: "[file].map?[contenthash]" as a useful workaround for this bug in chrome: https://bugs.chromium.org/p/chromium/issues/detail?id=508270
rafde
authored and
sokra
committed
6752a9c
View commit details
Copy full SHA for 6752a9c
Browse repository at this point
more memory for the tests
sokra
committed
9c1ab27
View commit details
Copy full SHA for 9c1ab27
Browse repository at this point
Commits on May 25, 2017
2.6.1
sokra
committed
7cfd2c4
View commit details
Copy full SHA for 7cfd2c4
Browse repository at this point
Merge pull request #4927 from webpack/bugfix/require-ensure-var-inject
Show description for 5ec15f8
sokra
authored
5ec15f8
View commit details
Copy full SHA for 5ec15f8
Browse repository at this point
fix variable injection in require.ensure
sokra
committed
da08b89
View commit details
Copy full SHA for da08b89
Browse repository at this point
Commits on May 24, 2017
Merge pull request #4923 from webpack/bugfix/promise-later
Show description for 0dd0830
sokra
authored
0dd0830
View commit details
Copy full SHA for 0dd0830
Browse repository at this point
Use Promise only when chunk load is triggered
Show description for 09d9533
sokra
committed
09d9533
View commit details
Copy full SHA for 09d9533
Browse repository at this point
Commits on May 23, 2017
Merge pull request #4918 from marzelin/master
Show description for ae389b0
sokra
authored
ae389b0
View commit details
Copy full SHA for ae389b0
Browse repository at this point
change description when no static exports found
marzelin
committed
08615a2
View commit details
Copy full SHA for 08615a2
Browse repository at this point
Commits on May 22, 2017
updated examples
sokra
committed
859b8cd
View commit details
Copy full SHA for 859b8cd
Browse repository at this point
2.6.0
sokra
committed
af05c14
View commit details
Copy full SHA for af05c14
Browse repository at this point
Commits on May 21, 2017
Merge pull request #4881 from webpack/bugfix/destructing
Show description for 74afac5
sokra
authored
74afac5
View commit details
Copy full SHA for 74afac5
Browse repository at this point
fix missing pattern walk
sokra
committed
cd6d086
View commit details
Copy full SHA for cd6d086
Browse repository at this point
fix parsing issue with patterns
sokra
committed
231a638
View commit details
Copy full SHA for 231a638
Browse repository at this point
support destructing on assignment
Show description for 272c105
sokra
committed
272c105
View commit details
Copy full SHA for 272c105
Browse repository at this point
Commits on May 20, 2017
Merge pull request #4902 from bdwain/master
Show description for 6bd3a82
sokra
authored
6bd3a82
View commit details
Copy full SHA for 6bd3a82
Browse repository at this point
Commits on May 19, 2017
require a newer version of uglify that fixes a bug with regexp
bdwain
committed
04f2622
View commit details
Copy full SHA for 04f2622
Browse repository at this point
Commits on May 17, 2017
Merge pull request #4882 from kdnk/fix-typo
Show description for 6d24f0d
sokra
authored
6d24f0d
View commit details
Copy full SHA for 6d24f0d
Browse repository at this point
CI
kdnk
committed
7e4d659
View commit details
Copy full SHA for 7e4d659
Browse repository at this point
Commits on May 16, 2017
archieved —> achieved
kdnk
committed
60f154f
View commit details
Copy full SHA for 60f154f
Browse repository at this point
Merge pull request #4865 from PeterTeng/peter/fix-typo-in-examples
Show description for 95400b8
sokra
authored
95400b8
View commit details
Copy full SHA for 95400b8
Browse repository at this point
Merge pull request #4880 from webpack/ci/appveyor-yarn
Show description for d5d0428
sokra
authored
d5d0428
View commit details
Copy full SHA for d5d0428
Browse repository at this point
Workaround for weird yarn link behavior
sokra
authored
8ee65f1
View commit details
Copy full SHA for 8ee65f1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.