1
0
mirror of synced 2025-12-12 17:30:56 +08:00

first commit

This commit is contained in:
binaryify
2017-06-12 22:24:57 +08:00
parent 5494fdbddb
commit b1aecce5f0
87 changed files with 9175 additions and 2 deletions

6
config/dev.env.js Normal file
View File

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