Relative Content

Tag Archive for vite

Generating only one index.js in vite rollup

Is there a way of telling vite rollup to just generate one index.js bundle asset? I am trying to use the rollup configuration in vite but it produces the main index.js asset and a few other index.js chunks.

How to disable vite source maps in dev mode?

Vite generates wrong source maps for typescript, I would like to disable it, but can’t figure out how to do it, there’s option build: { sourcemap: false } but it only works in production.

How to disable vite source maps in dev mode?

Vite generates wrong source maps for typescript, I would like to disable it, but can’t figure out how to do it, there’s option build: { sourcemap: false } but it only works in production.

How to disable vite source maps in dev mode?

Vite generates wrong source maps for typescript, I would like to disable it, but can’t figure out how to do it, there’s option build: { sourcemap: false } but it only works in production.