Skip to content

Commit c0845c3

Browse files
authored
Merge branch 'master' into develop
2 parents e69d97d + 6463b49 commit c0845c3

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)