UNPKG
@jrg/core-ui
Version:
latest (0.0.28)
0.0.28
0.0.26
0.0.24
This is my base library for UI components
@jrg/core-ui
/
rollup.config.mjs
11 lines
(8 loc)
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
JRGBuild
}
from
'./build/index.mjs'
import
pkg
from
'./package.json'
assert {
type
:
'json'
};
import
path
from
'path'
;
const
__dirname = path.
dirname
(
new
URL
(
import
.
meta
.
url
).
pathname
);
const
build =
new
JRGBuild
(pkg, __dirname)
export
default
[ build.
mjs
];