1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00

Front build errors resolved

This commit is contained in:
Avele 2019-04-20 14:34:46 +04:00
parent 0030f788e1
commit 734cf3512f

View File

@ -2,8 +2,11 @@
import path from 'path'
import fs from 'fs'
import { createBundleRenderer } from 'vue-server-renderer'
// TODO move prefix to config
// TODO move 'src' prefix to config
// TODO find a way to get rid of ts ignore and still build without errors
// @ts-ignore
import bundle from '../src/vue-ssr-server-bundle.json'
// @ts-ignore
import clientManifest from '../src/vue-ssr-client-manifest.json'
import serve from 'koa-static'
import koaMount from 'koa-mount'