UNPKG
build-easy
Version:
latest (2.2.3)
2.2.3
2.2.2
2.2.1
2.2.0
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.9
2.0.8
library build tool.
github.com/l-zoy/build-easy
l-zoy/build-easy
build-easy
/
lib
/
getBabelConifg.d.ts
6 lines
(5 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
BuildConfig
}
from
'./types'
;
export
default
function
getBabelConfig
(
buildConfig
:
Omit
<
BuildConfig
,
'entry'
|
'output'
>,
isBrowser
:
boolean
,
moduleType
:
BuildConfig
[
'moduleType'
]
): {
plugins
:
string
[];
presets
:
string
[]; };