Skip to content

Commit bd0db6f

Browse files
committed
Ack! transpile pretty-format too
1 parent 047a730 commit bd0db6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default {
2626
babel({
2727
babelrc: false,
2828
comments: false,
29-
exclude: 'node_modules/**',
29+
exclude: [],
3030
presets: ['es2015-minimal-rollup'].concat(babelRc.presets.slice(1)),
3131
plugins: babelRc.plugins
3232
})

0 commit comments

Comments
 (0)