yyye_tongxue
yyye_tongxue
I am going to setup my own scaffold,and here is the project repo [https://github.com/Kilims/typescript_antd_antdMobile](https://github.com/Kilims/typescript_antd_antdMobile) while running with `yarn run start`, it could work perfectly but when i go with `yarn...
in webpack config with [email protected] ``` { test: require.resolve('snapsvg/dist/snap.svg.js'), use: 'imports-loader?this=>window,fix=>module.exports=0', }, ``` not working, and saying ``` ValidationError: Invalid options object. Imports Loader has been initialized using an options...
Whole error Downloading https://chromedriver.storage.googleapis.com/2.28/chromedriver_win32.zip Saving to C:\GITWOR~1\VIMTHI~1\AppData\Local\Temp\chromedriver\chromedriver_win32.zip Receiving... ChromeDriver installation failed Error with http request: { 'cache-control': 'no-cache', pragma: 'no-cache', 'content-type': 'text/html; charset=utf-8', 'proxy-connection': 'close', connection: 'close', 'content-length': '756' }...
根据Readme.md,依次跑: ``` yarn yarn run link yarn run start:android ``` 期间报了sdk地址没找到的错,在android文件夹下添加了`local.properties`文件,添加`sdk.dir`,即可 然后继续执行`yarn run start:android`报错了,错误信息如下: ``` Loading dependency graph...Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 33% CONFIGURING [1s] > Task :@react-native-community_toolbar-android:compileDebugJavaWithJavac FAILE /Users/yejinlei/Documents/playground/personal/2022/listen1_mobile/node_modules/@react-native-community/toolbar-android/android/src/main/java/com/reactnativecommunity/toolbarandroid/ReactToolbarManager.java:14: 错误:...
by using this plugin , with webpack + antd/antd-mobile, my webpack.config.js will be : ``` require("postcss-pxtorem")({ rootValue: 37.5, propList: ["*"], minPixelValue: 2, selectorBlackList: [] }), ``` which works well by...