Vue it is
I know, the 18th front-end change; I have a feeling there won't be a 19th.
This commit is contained in:
6
src/app/config/test.env.js
Normal file
6
src/app/config/test.env.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var merge = require('webpack-merge')
|
||||
var devEnv = require('./dev.env')
|
||||
|
||||
module.exports = merge(devEnv, {
|
||||
NODE_ENV: '"testing"'
|
||||
})
|
||||
Reference in New Issue
Block a user