Move all to deprecated folder.
This commit is contained in:
16
deprecated/src/ui/Domo/config.js
Normal file
16
deprecated/src/ui/Domo/config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
// see http://vuejs-templates.github.io/webpack for documentation.
|
||||
var path = require('path')
|
||||
|
||||
module.exports = {
|
||||
build: {
|
||||
index: path.resolve(__dirname, 'dist/index.html'),
|
||||
assetsRoot: path.resolve(__dirname, 'dist'),
|
||||
assetsSubDirectory: 'static',
|
||||
assetsPublicPath: '/',
|
||||
productionSourceMap: true
|
||||
},
|
||||
dev: {
|
||||
port: 8080,
|
||||
proxyTable: {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user