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 a715306 commit 828f751Copy full SHA for 828f751
rollup.config.js
@@ -3,6 +3,8 @@ import babel from 'rollup-plugin-babel';
3
export default {
4
entry: 'src/webpack-shell-plugin.js',
5
format: 'cjs',
6
- plugins: [babel()],
+ plugins: [
7
+ babel()
8
+ ],
9
dest: 'lib/index.js'
10
};
0 commit comments