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
3f9e6d5ec6
webpack
/
test
/
configCases
/
parsing
/
extended-api
/
webpack.config.js
8 lines
69 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fixed lint errors and normalized lint globs in package.json
2017-04-19 04:00:05 +08:00
"use strict"
;
added __webpack_hash__ fixes #422
2014-08-25 15:50:26 +08:00
module
.
exports
=
{
Make ExtendedAPIPlugin expose chunkname.
2017-03-22 23:09:53 +08:00
entry
:
{
Fixed lint errors and normalized lint globs in package.json
2017-04-19 04:00:05 +08:00
other
:
"./index"
merge ExtendedAPIPlugin into APIPlugin
2018-11-06 01:54:05 +08:00
}
code linting
2017-01-11 17:51:58 +08:00
}
;