Silent rollup warning

This commit is contained in:
Timothy Gu 2017-01-22 17:08:11 -08:00
parent 908f661664
commit 7539115bcc
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ process.env.BABEL_ENV = 'rollup';
export default {
entry: 'src/index.js',
exports: 'named',
plugins: [
babel({
runtimeHelpers: true