Skip to content

Commit 0e54b1f

Browse files
abrahamgreyson7insummer
authored andcommitted
fix: 很不优雅的修改了判断
1 parent fd95561 commit 0e54b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const cssmin = require('gulp-clean-css');
44
const rename = require('gulp-rename');
55
const componentData = require('./build-tool');
66
const result = `{common,behaviors,${componentData()}}`;
7-
const isCustom = (result != `{common,behaviors}`);
7+
const isCustom = (result != `{common,behaviors,}`);
88

99
// js => js
1010
gulp.task('dispose-js', () => {

0 commit comments

Comments
 (0)