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