UNPKG

awesome-string

Version:

The ultimate JavaScript string library

13 lines (12 loc) 222 B
import babelConfig from './babel_config'; export default { entry: 'test/index.js', plugins: [ babelConfig ], targets: [{ dest: 'test_runner/test_bundle.js', format: 'iife', sourceMap: false }] };