Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit df564f4

Browse files
committed
Converts fuse-box config to ts and drops standard.
1 parent a011c76 commit df564f4

File tree

3 files changed

+20
-1075
lines changed

3 files changed

+20
-1075
lines changed

fuse.js renamed to fuse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Sparky.task('default', ['copy-html'], () => {
2222
target: 'electron',
2323
log: isProduction,
2424
cache: !isProduction,
25-
sourceMaps: true
25+
sourceMaps: true,
2626
})
2727

2828
// start the hot reload server

0 commit comments

Comments
 (0)