UNPKG
verdaccio-theme-feui
Version:
latest (5.5.1)
5.5.1
5.5.0
5.4.0
5.3.2
5.3.1
5.3.0
5.2.0
5.1.0
5.0.0
4.4.0
4.3.0
4.2.0
4.0.1
4.0.0
3.4.1
1.0.0
note npmjs
verdaccio.org
verdaccio/ui
verdaccio-theme-feui
/
index.js
12 lines
(10 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
path =
require
(
'path'
);
module
.
exports
=
() =>
{
return
{
staticPath
: path.
join
(__dirname,
'static'
),
manifest
:
require
(
'./static/manifest.json'
),
manifestFiles
: {
js
: [
'runtime.js'
,
'vendors.js'
,
'main.js'
], }, }; };