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
b82be9bc29
webpack
/
test
/
configCases
/
parsing
/
node-source-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} */
Add test for option node false
2017-06-03 14:33:28 +08:00
module
.
exports
=
{
target
:
"web"
,
node
:
false
}
;