mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 19:23:42 +08:00
style: optimize code styles
This commit is contained in:
@@ -10,7 +10,13 @@ module.exports = defineConfig({
|
||||
},
|
||||
plugins: [
|
||||
new webpack.optimize.MinChunkSizePlugin({minChunkSize: 10000})
|
||||
]
|
||||
],
|
||||
// resolve: {
|
||||
// fallback: {
|
||||
// fs: false,
|
||||
// path: require.resolve('path-browserify')
|
||||
// }
|
||||
// }
|
||||
},
|
||||
|
||||
publicPath: '/',
|
||||
|
||||
Reference in New Issue
Block a user