UNPKG
awesome-string
Version:
latest (1.1.1)
1.1.1
1.1.0
The ultimate JavaScript string library
hyeonil.github.io
hyeonil/awesome-string
awesome-string
/
config
/
rollup_dist.js
16 lines
(15 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
babelConfig
from
'./babel_config'
;
import
banner
from
'./banner'
;
export
default
{
entry
:
'src/index.js'
,
plugins
: [ babelConfig ],
targets
: [{
dest
:
'dist/awesome-string.js'
,
format
:
'umd'
,
moduleName
:
'as'
,
sourceMap
:
false
,
banner
: banner }] };