Genki Takiuchi
Genki Takiuchi
Relating to https://github.com/vitejs/vite/issues/10636
@gioboa @wmertens I know the rollup has the algorithm that can solve the circular import problem after the version 3.0, but it is not perfect and in this case fails...
Relatings * https://github.com/vitejs/vite/issues/9719 * https://github.com/vitejs/vite/pull/16052
At any rate, the nonce is not the only reason of this issue. For example, changing the use of `routeLoader$` is sometimes affect to the fundamental result of the output...
I wrote a vite pluting that merges previous build into `./dist/build/*` prior to the new build. It expects to keep the previous built at `./current`. It's simple but worked well...
Sorry I am not good at natural languages other than Japanese. I would like to concentrate to write some code
@gioboa As I am not using CI/CD pipeline actively so I am not familiar with, but isn't it necessary additional storage such as S3, Google Cloud Storage? If there is,...
@gioboa I too wanted to know the free storage. Another idea is prepare a dedicated repository on GitHub and commit the build artifacts to and pull them out when the...
@gioboa Is Qwik is ready to be used with the Vite@6? The package.json is pointing to Vite@5.
@gioboa Thanks. I've tested with the Vite@6, the generated bundles are stay randomly changes. @wmertens Do you know how to configure the static set to the terser?