We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c3681 commit 037b0f2Copy full SHA for 037b0f2
10 files changed
src/cli.js
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
3
-import microbundle from '.';
+import microbundle from './index';
4
import prog from './prog';
5
import { stdout } from './utils';
6
import logError from './log-error';
0 commit comments