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

Commit 5e235ce

Browse files
committed
Upgrades fuse-box to grab latest typings.
1 parent d5643a9 commit 5e235ce

File tree

3 files changed

+97
-93
lines changed

3 files changed

+97
-93
lines changed

fuse.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const { FuseBox, CSSPlugin, Sparky, CopyPlugin } = require('fuse-box')
2-
const { spawn } = require('child_process')
1+
import { FuseBox, CSSPlugin, Sparky, CopyPlugin } from 'fuse-box'
2+
import { spawn } from 'child_process'
33

44
const DEV_PORT = 4445
55
const OUTPUT_DIR = 'out'

package-lock.json

Lines changed: 84 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)