Skip to content

Commit 4921983

Browse files
authored
fix(es6): Ensure relative imports have extensions
1 parent 38f33b0 commit 4921983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import createSort from './create-sort';
2-
import loadConfig from './load-config';
1+
import createSort from './create-sort.js';
2+
import loadConfig from './load-config.js';
33
export default createSort(loadConfig());

0 commit comments

Comments
 (0)