UNPKG

awesome-string

Version:

The ultimate JavaScript string library

16 lines (15 loc) 382 B
import babel from 'rollup-plugin-babel'; export default babel({ "plugins": [ "transform-object-assign", "transform-es2015-block-scoping", "transform-es2015-parameters", "transform-es2015-shorthand-properties", "transform-es2015-spread", "transform-es2015-destructuring", ["module-resolver", { "root": ["./src"] }] ], "babelrc": false });