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
b3950567f6
webpack
/
test
/
configCases
/
plugins
/
source-map-dev-tool-plugin-...
/
test.js
6 lines
60 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor: use ES6 syntax
2023-05-24 13:44:06 +08:00
const
testObject
=
{
test: add case for SourceMapDevToolPlugin with append option as function
2023-05-24 13:43:18 +08:00
a
:
1
}
;
module
.
exports
=
testObject
;