no message
This commit is contained in:
parent
4d0103a204
commit
bd71ec3cc8
@ -2,8 +2,6 @@ const {
|
|||||||
defineConfig
|
defineConfig
|
||||||
} = require('@vue/cli-service')
|
} = require('@vue/cli-service')
|
||||||
|
|
||||||
// const MiniCssExtractPlugin = require('mini-css-extract-plugin');
|
|
||||||
|
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
//设置为空打包后不分更目录还是多级目录
|
//设置为空打包后不分更目录还是多级目录
|
||||||
publicPath: 'https://x--mo.com:8888/admin/',
|
publicPath: 'https://x--mo.com:8888/admin/',
|
||||||
@ -22,11 +20,6 @@ module.exports = defineConfig({
|
|||||||
output: {
|
output: {
|
||||||
// filename: 'app.[contenthash].js',
|
// filename: 'app.[contenthash].js',
|
||||||
},
|
},
|
||||||
// plugins: [
|
|
||||||
// new MiniCssExtractPlugin({
|
|
||||||
// filename: 'app.[contenthash].css',
|
|
||||||
// }),
|
|
||||||
// ],
|
|
||||||
//性能提示
|
//性能提示
|
||||||
performance: {
|
performance: {
|
||||||
hints: false
|
hints: false
|
||||||
|
Loading…
Reference in New Issue
Block a user