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 e3c6fc0 commit 9ed0795Copy full SHA for 9ed0795
rollup.config.js
@@ -1,7 +1,7 @@
1
import babel from 'rollup-plugin-babel';
2
3
export default {
4
- entry: 'index.js',
+ entry: 'src/webpack-shell-plugin.js',
5
format: 'cjs',
6
plugins: [babel()],
7
dest: 'lib/index.js'
index.js src/webpack-shell-plugin.jsindex.js renamed to src/webpack-shell-plugin.js
0 commit comments