Gitiles
Code Review
Sign In
gerrit.opencord.org
/
composer
/
2da7863b929b1c61c15849021d51127d533a4deb
/
.
/
webpack.config.js
blob: 92b0c18494626a044f2915e1d61d4db734a005c5 [
file
] [
log
] [
blame
]
var
path
=
require
(
'path'
);
module
.
exports
=
{
entry
:
"./lib/client/entry.js"
};