Sign in
cobalt
/
cobalt.git
/
f9bc0139df6e6eb149345ab9b6ffcc40603fc09f
/
.
/
third_party
/
devtools
/
node_modules
/
esprima
/
webpack.config.js
blob: c997211c644cd7ba491644e679d308ce4924b197 [
file
]
module
.
exports
=
{
entry
:
__dirname
+
"/src/esprima.js"
,
output
:
{
path
:
__dirname
+
"/dist"
,
filename
:
"esprima.js"
,
libraryTarget
:
"umd"
,
library
:
"esprima"
}
}