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_test.js
13 lines
(12 loc)
•
222 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
babelConfig
from
'./babel_config'
;
export
default
{
entry
:
'test/index.js'
,
plugins
: [ babelConfig ],
targets
: [{
dest
:
'test_runner/test_bundle.js'
,
format
:
'iife'
,
sourceMap
:
false
}] };