优化:支持控制是否显示

This commit is contained in:
iqudoo
2026-04-30 11:17:05 +08:00
parent 8ebe8b0b34
commit f3c0856506
11 changed files with 142 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ const config = {
template: 'demo.html'
}),
new CpWebpackPlugin([
{ from: path.resolve('./types'), to: path.resolve('./dist') }
{ from: path.resolve('./types'), to: path.resolve('./dist') },
])
],
devtool: 'cheap-module-souce-map',