mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-09 18:53:43 +08:00
feat: admin login page is ready
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user