西瓜皮

Results 11 comments of 西瓜皮

我对比了一下打包前后的代码,发现了差异 ![image](https://github.com/sql-js/sql.js/assets/31228055/64229c37-064c-4678-ab78-c9cee4942833)

webpack.config.js file edit ``` // webpack.config.js module: { noParse: /sql.js/, rules: [ { test: /\.ts?$/, use: { loader: 'ts-loader', options: { transpileOnly: true }, }, exclude: /node_modules/, }, ], },...

是没有管理员权限吗?

try add code ```js export default withNextra({ reactStrictMode: true, + cleanDistDir: true, }) ```

May I ask if the problem has been resolved? I also have the same problem. ![1724982928615](https://github.com/user-attachments/assets/90f12e1a-1ff0-40fc-8548-0ee8f48617b9)

look it https://github.com/niklasvh/html2canvas/issues/2700