Skip to content

Commit 828f751

Browse files
committed
rollup config.
1 parent a715306 commit 828f751

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rollup.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import babel from 'rollup-plugin-babel';
33
export default {
44
entry: 'src/webpack-shell-plugin.js',
55
format: 'cjs',
6-
plugins: [babel()],
6+
plugins: [
7+
babel()
8+
],
79
dest: 'lib/index.js'
810
};

0 commit comments

Comments
 (0)