miniprogram-custom-component icon indicating copy to clipboard operation
miniprogram-custom-component copied to clipboard

Results 6 miniprogram-custom-component issues
Sort by recently updated
recently updated
newest added

config中已配置less为true 报错提示: Error: File not found with singular glob: D:/mywork/miniprogram-custom-component-master/src/index.wxss (if this was purposeful, use `allowEmpty` option)

执行npm run dev命令后,控制台报错。 ``` ERROR in ./src/other.ts Module build failed (from ./node_modules/thread-loader/dist/cjs.js): Thread Loader (Worker 0) No ESLint configuration found. at Config.getLocalConfigHierarchy (/Users/xxxx/wechat/component/node_modules/eslint/lib/config.js:268:39) at Config.getConfigHierarchy (/Users/xxxx/wechat/component/node_modules/eslint/lib/config.js:192:43) at Config.getConfigVector (/Users/xxxx/wechat/component/node_modules/eslint/lib/config.js:299:21) at...

第二次 npm run dev 之后, 开发者工具控制台报错, 页面无法正常显示 这个应该是必现了 我尝试了好几次发现都是这样 ![image](https://user-images.githubusercontent.com/58026487/84354659-d65c5780-abf3-11ea-90df-2316d5293a9c.png)

在tools/config.js中,extensions添加.ts配置。解决引入ts文件,打包时出现没写后缀名而出现的打包错误。