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
Packages
Projects
Releases
Wiki
Activity
b82be9bc29
webpack
/
test
/
configCases
/
parsing
/
node-stuff-plugin-off
/
webpack.config.js
6 lines
103 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} */
don't evaluate `__dirname` and `__filename` when set to false
2019-04-29 02:41:54 +08:00
module
.
exports
=
{
target
:
"web"
,
node
:
false
}
;