Think Twice before Force Publish NPM Package
June 03, 2023I traced an interesting bug in the project using Vite CDN recently. A teammate deployed a tested feature to the staging environment to…
Written by Priestch who lives and works in Xi'an building useful things. You can follow him on Github
I traced an interesting bug in the project using Vite CDN recently. A teammate deployed a tested feature to the staging environment to…
I deployed a project bundled by Vite to CDN recently. It's surprising that there isn't a clear solution available for such a common…
Because I have to use asynchronous web apis from WebAssembly, see in article. I choose the SharedArrayBuffer solution. To enable the feature…
Why this is a problem? See Using asynchronous web APIs from WebAssembly for the reasons. Why another article? Because it doesn't always…
Background I use PDF.js to show large scanned documents in a project. The backend guys configure web server to support HTTP Range Requests…
Icon Font Install Dependencies Update Config of Vue Usage in Component SVG sprite Install Dependencies Update Config of Vue Create A…
Why? Related Issues issue#1782 issue#3321 How? 1. Replace node-sass with dart-sass 1. Uninstall node-sass 2. Install dart-sass 2. Update vue…