Skip to content

Commit 390045f

Browse files
authored
fix: fixed the issue that some files were not compressed (#3606)
1 parent 9da8ead commit 390045f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/gulpfile.base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ module.exports = (src, dist, moduleName) => {
8282
// 匹配需要拷贝的文件
8383
globs.copy = [
8484
`${src}/**`,
85+
`!${globs.wxml}`,
8586
`!${globs.ts}`,
8687
`!${globs.js}`,
8788
`!${globs.wxs}`,

0 commit comments

Comments
 (0)