Skip to content

Commit 037b0f2

Browse files
developitwardpeet
andauthored
refactor: split utilities in separate files (#624)
Co-authored-by: Ward Peeters <ward@coding-tech.com>
1 parent e0c3681 commit 037b0f2

10 files changed

Lines changed: 300 additions & 288 deletions

File tree

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22

3-
import microbundle from '.';
3+
import microbundle from './index';
44
import prog from './prog';
55
import { stdout } from './utils';
66
import logError from './log-error';

0 commit comments

Comments
 (0)