Skip to content

Commit 57cd3b0

Browse files
committed
Fix minification of espree after debugging
1 parent 34f5e4c commit 57cd3b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/webpack/codemirror.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = ( env = { buildTarget: 'src/' } ) => {
99
const outputPath = path.resolve( __dirname, '../../', buildTarget, 'wp-includes/js/codemirror' );
1010

1111
const optimization = {
12-
minimize: !true,
12+
minimize: true,
1313
minimizer: [
1414
new TerserPlugin( {
1515
terserOptions: {

0 commit comments

Comments
 (0)