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
on
sokra/types
User selector
All users
All time
Commit history
Commits on May 17, 2018
add all examples from the WebAssembly explorer as tests
sokra
committed
cbbe6f8
View commit details
Copy full SHA for cbbe6f8
View code at this point
Browse repository at this point
Commits on May 16, 2018
Add a test to check typeof transformation
ooflorent
committed
0d89a45
View commit details
Copy full SHA for 0d89a45
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
Merge pull request #7303 from odedniv/module-not-found
Show description for 9560af5
sokra
authored
9560af5
View commit details
Copy full SHA for 9560af5
View code at this point
Browse repository at this point
Align 'Cannot find module' message with native NodeJS
odedniv
committed
17fd4d8
View commit details
Copy full SHA for 17fd4d8
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 12, 2018
Merge pull request #7184 from byzyk/fix/allow-array-in-lib-root
Show description for d5a648b
sokra
authored
d5a648b
View commit details
Copy full SHA for d5a648b
View code at this point
Browse repository at this point
Commits on May 11, 2018
Merge pull request #7241 from lencioni/test-docs
Show description for e312d62
sokra
authored
e312d62
View commit details
Copy full SHA for e312d62
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
Replace Jade by Pug
ooflorent
committed
9b37c6b
View commit details
Copy full SHA for 9b37c6b
View code at this point
Browse repository at this point
Commits on May 9, 2018
Update test readme for Jest
Show description for a31721a
lencioni
committed
a31721a
View commit details
Copy full SHA for a31721a
View code at this point
Browse repository at this point
Merge pull request #7243 from webpack/fix/7213
Show description for 236bbcf
sokra
authored
236bbcf
View commit details
Copy full SHA for 236bbcf
View code at this point
Browse repository at this point
Commits on May 8, 2018
Delete unused mocha config files
ooflorent
committed
6866c94
View commit details
Copy full SHA for 6866c94
View code at this point
Browse repository at this point
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
Commits on May 7, 2018
Replace sinon by jest's mocks
ooflorent
committed
f63d6fa
View commit details
Copy full SHA for f63d6fa
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(wasm): illegal table access msg in test
xtuc
committed
ce42d60
View commit details
Copy full SHA for ce42d60
View code at this point
Browse repository at this point
Commits on May 5, 2018
fix wasm table test case
sokra
committed
839e80a
View commit details
Copy full SHA for 839e80a
View code at this point
Browse repository at this point
Commits on May 4, 2018
chore: comment out test
xtuc
committed
869a9fc
View commit details
Copy full SHA for 869a9fc
View code at this point
Browse repository at this point
fix: correct some test assertions
xtuc
committed
ef5a291
View commit details
Copy full SHA for ef5a291
View code at this point
Browse repository at this point
move test to separate folder
byzyk
committed
71b05f9
View commit details
Copy full SHA for 71b05f9
View code at this point
Browse repository at this point
add test
byzyk
committed
a3d3af8
View commit details
Copy full SHA for a3d3af8
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
Commits on May 2, 2018
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
add test cases for decoding wasm
sokra
committed
edddefb
View commit details
Copy full SHA for edddefb
View code at this point
Browse repository at this point
add support for test.filter.js in watchCases
sokra
committed
4769dc6
View commit details
Copy full SHA for 4769dc6
View code at this point
Browse repository at this point
add test case to verify that webpack/webpack-dev-server#1376 is fixed
sokra
committed
508450a
View commit details
Copy full SHA for 508450a
View code at this point
Browse repository at this point
Commits on May 1, 2018
Merge branch 'master' into next
Show description for 5c8a0d2
sokra
committed
5c8a0d2
View commit details
Copy full SHA for 5c8a0d2
View code at this point
Browse repository at this point
Merge pull request #7168 from webpack/test/jest-improvements
Show description for 7543c45
sokra
authored
7543c45
View commit details
Copy full SHA for 7543c45
View code at this point
Browse repository at this point
fix merge error of PRs
Show description for afd889a
sokra
committed
afd889a
View commit details
Copy full SHA for afd889a
View code at this point
Browse repository at this point
Use jest snapshot testing
sokra
committed
2d279fc
View commit details
Copy full SHA for 2d279fc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.