This commit is contained in:
Rich Harris
2018-01-21 11:15:32 -05:00
parent 39b1fa89ce
commit 7d721abb2a
18 changed files with 61 additions and 1521 deletions

View File

@@ -1,5 +1,4 @@
import build from '../shared/build.js';
import exporter from '../shared/export.js';
import { build, export as exporter } from 'sapper/core.js';
const cmd = process.argv[2];
const start = Date.now();