We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86d5c8 commit fa25566Copy full SHA for fa25566
build/tasks/minify.mjs
@@ -35,5 +35,5 @@ export async function minify( { srcPath, destPath, version } ) {
35
code
36
);
37
38
- console.log( `file ${ destPath } created.` );
+ console.log( `${ destPath } created.` );
39
}
0 commit comments