UNPKG

awesome-string

Version:

The ultimate JavaScript string library

16 lines (15 loc) 291 B
import babelConfig from './babel_config'; import banner from './banner'; export default { entry: 'src/index.js', plugins: [ babelConfig, ], targets: [{ dest: 'dist_mod/index.es2015.js', format: 'es', moduleName: 'as', sourceMap: false, banner: banner }] };