1
0
Fork 0
This commit is contained in:
Travis Fischer 2018-09-19 20:05:08 -04:00 committed by Joost De Cock
parent 1389f7aa96
commit a710a14376
2 changed files with 4 additions and 6 deletions

View file

@ -13,11 +13,13 @@ export default {
{
file: pkg.main,
format: 'cjs',
exports: 'named',
sourcemap: true
},
{
file: pkg.module,
format: 'es',
exports: 'named',
sourcemap: true
}
],