UNPKG
jalaliday
Version:
latest (3.1.1)
3.1.1
3.1.0
3.0.0
2.3.0
2.2.8
2.2.7
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.0.1
2.0.0
1.1.1
1.1.0
1.0.0
Persian (Jalali, Khorshidi) Plugin for Day.js
github.com/farnabaz/jalaliday
farnabaz/jalaliday
jalaliday
/
build.config.mjs
16 lines
(14 loc)
•
288 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import { defineBuildConfig }
from
'obuild/config'
export
default
defineBuildConfig
({
entries
: [ {
type
:
'bundle'
,
input
: [
'./src/index.ts'
,
'./src/dayjs/index.ts'
,
'./src/dayjs/plugin.ts'
,
'./src/intl/index.ts'
, ], }, ], })