Moved scripts to other repo, CI setup

This commit is contained in:
simon987
2019-05-08 20:58:13 -04:00
parent 0acffff609
commit 0e998eaf9b
49 changed files with 597 additions and 905 deletions

View File

@@ -0,0 +1,7 @@
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"'
})