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
a78e15db68
webpack
/
test
/
configCases
/
web
/
unique-jsonp
/
test.config.js
8 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore: resolve "use strict" TODO (#19705)
2025-07-16 22:29:28 +08:00
"use strict"
;
add output.uniqueName option It defaults to library name or name from package.json in context output.uniqueName will be used to generate unique globals for * output.jsonpFunction * output.chunkCallbackName * etc.
2020-02-26 22:50:38 +08:00
module
.
exports
=
{
chore: more eslint rules (#19667)
2025-07-08 22:46:17 +08:00
findBundle
(
)
{
add output.uniqueName option It defaults to library name or name from package.json in context output.uniqueName will be used to generate unique globals for * output.jsonpFunction * output.chunkCallbackName * etc.
2020-02-26 22:50:38 +08:00
return
[
"main.js"
]
;
}
}
;