We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047a730 commit bd0db6fCopy full SHA for bd0db6f
rollup.config.js
@@ -26,7 +26,7 @@ export default {
26
babel({
27
babelrc: false,
28
comments: false,
29
- exclude: 'node_modules/**',
+ exclude: [],
30
presets: ['es2015-minimal-rollup'].concat(babelRc.presets.slice(1)),
31
plugins: babelRc.plugins
32
})
0 commit comments