Looks promising

The proof of concept has been proven
This commit is contained in:
Daniel J. Summers
2017-09-15 22:38:45 -05:00
parent a10e4ded48
commit fc02112295
19 changed files with 974 additions and 547 deletions

View File

@@ -4,8 +4,8 @@ var path = require('path')
module.exports = {
build: {
env: require('./prod.env'),
index: path.resolve(__dirname, '../../api/wwwroot/index.html'),
assetsRoot: path.resolve(__dirname, '../../api/wwwroot'),
index: path.resolve(__dirname, '../../api/public/index.html'),
assetsRoot: path.resolve(__dirname, '../../api/public'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
productionSourceMap: true,