Skip to content

Commit

Permalink
server prod no longer min
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianMairinger committed Jan 15, 2024
1 parent ff3eaca commit eb84f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rollup.replServer.prod.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import terser from "@rollup/plugin-terser"


export default merge(commonMod, {
plugins: [terser()]
// plugins: [terser()]
})
2 changes: 1 addition & 1 deletion rollup.server.prod.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import terser from "@rollup/plugin-terser"


export default merge(commonMod, {
plugins: [terser()]
// plugins: [terser()]
})

0 comments on commit eb84f2e

Please sign in to comment.