taoqf
taoqf
I removed `"module": "commonjs",` in `tsconfig.json`, it seems going to work. but I still didn't know what causing this.
I tried use `styled-jsx` and `typescript` with webpack. `ts-loader` seems works no good. ```js rules: [ // Converts TypeScript code to JavaScript { test: /\.tsx?$/, exclude: /node_modules/, use: [{ //...
@ciuji 请问作者:我在测试的时候控制台会有提示更新,并且能够显示已经更新好了,下次启动安装更新,因为我在开发的时候实际上代码一变手机上代码跟着就变了,所以看不出来效果,我打包后总出现网络错误,不管我给sync函数传不传deploymentKey,请问这会是怎么回事呢?我手机可以通过手机的浏览器正常访问 3000端口,网页都出来了,请问还需要什么特殊的设置吗?我是Linux,会是防火墙的问题吗?我已经把3000端口放开了
> @ciuji 请问作者:我在测试的时候控制台会有提示更新,并且能够显示已经更新好了,下次启动安装更新,因为我在开发的时候实际上代码一变手机上代码跟着就变了,所以看不出来效果,我打包后总出现网络错误,不管我给sync函数传不传deploymentKey,请问这会是怎么回事呢?我手机可以通过手机的浏览器正常访问 3000端口,网页都出来了,请问还需要什么特殊的设置吗?我是Linux,会是防火墙的问题吗?我已经把3000端口放开了 好像是https的原因,接触这个东西不久,没往这上面想。
@ciuji 老板有没有考虑过加上证书启动https呢?
@fengmk2 @dead-horse Any idea?
@ibigbug, All the modules in my repo.
It seems there is no way to do this.
@heruan please use exclude instead of excludes which is in the readme document. @kitsonk but i find if i use baseDir, the code > excludesMap[filenameToMid(pathUtil.resolve(baseDir, globFileName))] = true;[line:134] > will...
it will be nice use require instead of fs, i find require can read tsconfig.json in hanson style