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