Davont

Results 4 issues of Davont

**Bug 描述** 腾讯云上部署gatsby app 构建失败。主要原因是安装插件 `gatsby-plugin-sharp` 和 `gatsby-transformer-sharp` 这两个npm install, 会安装失败。 ![1](https://raw.githubusercontent.com/Davont/testDemo/master/bugImg/1.png) **重现步骤** 已在github上写好重现[仓库testDemo](https://github.com/Davont/testDemo)。仓库基于[官方gatsby模板](https://github.com/TencentCloudBase/cloudbase-templates/tree/master/gatsby-app) **唯一的不同是在package.json 里面加上 上述两个插件** ```console "gatsby-plugin-sharp": "^2.6.36", "gatsby-transformer-sharp": "^2.5.15" ``` 重现 bug 的步骤: 在腾讯云个人控制台 “我的应用” 里面部署模板 然后看到报错信息...

# PR ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-vue/blob/dev/CONTRIBUTING.md) - [ ] Tests for...

refactoring

When I execute `yarn build:sandpack` the value in `process.env` is always empty and the global variables `.env` do not work at all. Is there something wrong with my execution?