truumahn
truumahn
### Log: ```shell ERROR in ./node_modules/form-data/lib/form_data.js Module not found: Error: Can't resolve 'fs' in '/path/to/ptoject/node_modules/form-data/lib' @ ./node_modules/form-data/lib/form_data.js 7:9-22 @ ./node_modules/openapi-snippet/node_modules/httpsnippet/src/index.js @ ./node_modules/openapi-snippet/index.js ``` ### Explanation: A [recent change in the...
### Describe the bug Using [vite-plugin-ssr](https://vite-plugin-ssr.com/) with Vue, running `build` with an asset referenced from the root path (e.g. `/myimage.jpg`) results in a Rollup error. This doesn't occur during `dev`....
Hi! Using embroider with fastboot in a fresh project results in the `` tags that are injected in the built `dist/index.html` file to be duplicated when importing css with `import`...