Skip to content

Commit

Permalink
feat: make sure to minify studio js
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Jul 9, 2024
1 parent 47c8568 commit c726818
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions studio/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ module.exports = function (options) {
"window.CodeMirror": "codemirror",
CodeMirror: "codemirror"

}),
new webpack.optimize.UglifyJsPlugin({
minimize: true
})
],
module: {
Expand Down

0 comments on commit c726818

Please sign in to comment.