西瓜皮
西瓜皮
ok,I have solved it
我对比了一下打包前后的代码,发现了差异 
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/, }, ], },...
是没有管理员权限吗?
会的
Is there a solution?
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. 
look it https://github.com/niklasvh/html2canvas/issues/2700