-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvue.config.js
More file actions
33 lines (32 loc) · 829 Bytes
/
vue.config.js
File metadata and controls
33 lines (32 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// const WebpackAssetsManifest = require('webpack-assets-manifest')
module.exports = {
// publicPath: process.env.CI_PUBLIC_PATH || '/family',
// css: {
// loaderOptions: {
// stylus: {
// 'resolve url': true,
// 'import': [
// './src/theme'
// ]
// }
// }
// },
devServer: {
host: '0.0.0.0',
port: '8091',
proxy: 'http://luntan.bigbiy.com'
},
// pluginOptions: {
// 'cube-ui': {
// postCompile: true,
// theme: true
// }
// },
// configureWebpack: config => {
// config.plugins = config.plugins.concat(
// new WebpackAssetsManifest({
// output: 'manifest.json'
// })
// )
// }
}