init
This commit is contained in:
10
2025-09-14-webpack-demo/config/dev.ts
Normal file
10
2025-09-14-webpack-demo/config/dev.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { UserConfigExport } from "@tarojs/cli"
|
||||
|
||||
export default {
|
||||
logger: {
|
||||
quiet: false,
|
||||
stats: true
|
||||
},
|
||||
mini: {},
|
||||
h5: {}
|
||||
} satisfies UserConfigExport<'webpack5'>
|
||||
Reference in New Issue
Block a user