XLZY
XLZY
@Dengtianjian (* ̄︶ ̄)
H5吗? @justjump
@lunaruan fix the bug. https://github.com/facebook/react/pull/24797
@iks1 The PR fixed.https://github.com/facebook/react/pull/24797
@567-su 被审核坑了,近期会继续上架
@enzeberg 是因为有隐私信息吗?如果去掉这部分可以吗?只保留功能,因为我想要移植你这套系统,大佬
> 对于没有境外代理的我来说,从谷歌下载不现实,而Release最近好像也被禁了,,希望作者可以将软件放在国内平台,如:蓝奏云、百度网盘等。 代理加速下载GitHub http://gitd.cc/
问题已解决,这样配置,打包出来的就非常小了,并且可以运行 webpack配置如下: ```js const path = require('path'); module.exports = { entry: './app.js', // 单入口 mode: "production", output: { filename: 'pro.js', path: path.resolve(__dirname,'dist'), libraryTarget: 'commonjs2', }, target: 'node' // 这是最关键的 };...
完美解决方案:https://github.com/xlzy520/serverless-webpack-express-example
70M变成1.3M