build: 增加vue打包配置

This commit is contained in:
CaptainB 2022-10-13 12:39:31 +08:00
parent 7b34dc53b5
commit cedc873062
7 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ module.exports = {
client: {
webSocketTransport: 'sockjs',
},
disableHostCheck: true,
allowedHosts: 'all',
webSocketServer: 'sockjs',
proxy: {
['^((?!/login)(?!/document))']: {

View File

@ -13,7 +13,7 @@ module.exports = {
webSocketTransport: 'sockjs',
},
webSocketServer: 'sockjs',
disableHostCheck: true,
allowedHosts: 'all',
proxy: {
['^((?!/login)(?!/document))']: {
target: 'http://localhost:8000',

View File

@ -12,7 +12,7 @@ module.exports = {
client: {
webSocketTransport: 'sockjs',
},
disableHostCheck: true,
allowedHosts: 'all',
webSocketServer: 'sockjs',
proxy: {
['^((?!/login)(?!/document))']: {

View File

@ -12,7 +12,7 @@ module.exports = {
client: {
webSocketTransport: 'sockjs',
},
disableHostCheck: true,
allowedHosts: 'all',
webSocketServer: 'sockjs',
proxy: {
['^((?!/login)(?!/document))']: {

View File

@ -12,7 +12,7 @@ module.exports = {
client: {
webSocketTransport: 'sockjs',
},
disableHostCheck: true,
allowedHosts: 'all',
webSocketServer: 'sockjs',
proxy: {
['^((?!/login)(?!/document))']: {

View File

@ -12,7 +12,7 @@ module.exports = {
client: {
webSocketTransport: 'sockjs',
},
disableHostCheck: true,
allowedHosts: 'all',
webSocketServer: 'sockjs',
proxy: {
['^((?!/login)(?!/document))']: {

View File

@ -15,7 +15,7 @@ module.exports = {
client: {
webSocketTransport: 'sockjs',
},
disableHostCheck: true,
allowedHosts: 'all',
webSocketServer: 'sockjs',
proxy: {
['^((?!/login)(?!/document))']: {