mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 03:54:46 +00:00
Move build.ts and export.ts into src/cli - fixes #115
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { build, export as exporter } from 'sapper/core.js';
|
||||
import build from './build.js';
|
||||
import exporter from './export.js';
|
||||
import { dest, entry, isDev, src } from '../config';
|
||||
|
||||
process.env.NODE_ENV = 'production';
|
||||
|
||||
Reference in New Issue
Block a user