UNPKG
@hypernym/bundler
Version:
latest (0.32.3)
0.32.3
0.32.2
0.32.1
0.32.0
0.31.3
0.31.2
0.31.1
0.31.0
0.30.7
0.30.6
0.30.5
0.30.4
0.30.3
0.30.2
0.30.1
0.30.0
0.21.0
0.20.0
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.13.1
0.13.0
0.12.0
0.11.0
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
ESM & TS module bundler.
github.com/hypernym-studio/bundler
hypernym-studio/bundler
@hypernym/bundler
/
dist
/
index.js
17 lines
(16 loc)
•
273 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export
*
from
"./build/index.js"
;
//#region src/config.ts
const
externals = [
/^node:/
,
/^@types/
,
/^@rollup/
,
/^@rolldown/
,
/^@hypernym/
,
/^rollup/
,
/^rolldown/
];
function
defineConfig
(
options
) {
return
options; }
//#endregion
export
{ defineConfig, externals };