UNPKG
conditional-promise
Version:
latest (1.0.1)
1.0.1
1.0.0
Yet another Promise with extended interface
conditional-promise
/
rollup.config.js
9 lines
(7 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
buble
from
'rollup-plugin-buble'
;
export
default
{
useStrict
:
false
,
plugins
: [
buble
() ] };