|
@@ -4,14 +4,8 @@ const proxy = require('./config/proxy.ts')
|
|
|
const path = require('path')
|
|
const path = require('path')
|
|
|
|
|
|
|
|
module.exports = defineConfig({
|
|
module.exports = defineConfig({
|
|
|
|
|
+ publicPath: '/',
|
|
|
transpileDependencies: true,
|
|
transpileDependencies: true,
|
|
|
- // css: {
|
|
|
|
|
- // loaderOptions: {
|
|
|
|
|
- // less: {
|
|
|
|
|
- // javascriptEnabled: true
|
|
|
|
|
- // }
|
|
|
|
|
- // }
|
|
|
|
|
- // },
|
|
|
|
|
devServer: {
|
|
devServer: {
|
|
|
proxy: proxy.dev
|
|
proxy: proxy.dev
|
|
|
},
|
|
},
|