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
d3a0fc980e
webpack
/
test
/
configCases
/
library
/
0-create-library
/
webpack.config.js
6 lines
71 B
JavaScript
Raw
Normal View
History
Unescape
Escape
added libraryTarget commonjs-module for commonjs wrapped harmony modules via `__esModule` fixes #2945
2016-09-09 04:26:28 +08:00
module
.
exports
=
{
output
:
{
libraryTarget
:
"commonjs-module"
}
code linting
2017-01-11 17:51:58 +08:00
}
;