Gitiles
Code Review
Sign In
gerrit.opencord.org
/
composer
/
29a951431edbfb5425093a2860dc2899dcf83673
/
.
/
webpack.config.js
blob: 92b0c18494626a044f2915e1d61d4db734a005c5 [
file
] [
log
] [
blame
]
Peter K. Lee
29a9514
2016-08-13 03:25:18 -0700
[
diff
] [
blame^
]
1
var
path
=
require
(
'path'
);
2
3
module
.
exports
=
{
4
entry
:
"./lib/client/entry.js"
5
};