This website requires JavaScript.
Explore
Help
Sign In
root
/
webpack
mirror of
https://github.com/webpack/webpack.git
Watch
1
Star
0
Fork
You've already forked webpack
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
7ee3bab88a
webpack
/
test
/
configCases
/
errors
/
import-missing
/
webpack.config.js
5 lines
86 B
JavaScript
Raw
Normal View
History
Unescape
Escape
improve typings and test them in CI lazy load all webpack exports
2020-04-20 13:36:55 +08:00
/** @type {import("../../../../").Configuration} */
prevent crashing when error out early in bail mode fixes #5787
2017-10-11 18:26:31 +08:00
module
.
exports
=
{
bail
:
true
}
;