platformatic / ssr-performance-showdown

Let's evaluate the performance of SSR libraries
Apache License 2.0
90 stars 37 forks source link

Vite builds are not ready for production #28

Open pstachula-dev opened 2 months ago

pstachula-dev commented 2 months ago

I found a problem with all vite.config.js

The minify option is missing:

export default {
  build: {
    minify: true,
  },
  root,
  plugins,
};
galvez commented 2 months ago

That doesn't affect our results.