Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit bd4034d

Browse files
authored
fix: undo change to unknown symbol for prod build (#9393)
1 parent b328882 commit bd4034d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function buildModule(module, opts) {
130130

131131
function buildMin() {
132132
return lazypipe()
133-
.pipe(gulpif, /.css$/, cleanCSS(),
133+
.pipe(gulpif, /.css$/, minifyCss(),
134134
uglify({ preserveComments: 'some' })
135135
.on('error', function(e) {
136136
console.log('\x07',e.message);

0 commit comments

Comments
 (0)