feat: admin login page is ready

This commit is contained in:
RockYang
2023-06-19 11:09:23 +08:00
parent 120e54fb29
commit fe7f021ddb
12 changed files with 266 additions and 344 deletions

View File

@@ -10,16 +10,11 @@ module.exports = defineConfig({
},
plugins: [
new webpack.optimize.MinChunkSizePlugin({minChunkSize: 10000})
],
// resolve: {
// fallback: {
// fs: false,
// path: require.resolve('path-browserify')
// }
// }
]
},
publicPath: '/',
publicPath: process.env.NODE_ENV === 'production' ? '/' : '/',
outputDir: 'dist',
crossorigin: "anonymous",
devServer: {