mpflow icon indicating copy to clipboard operation
mpflow copied to clipboard

Results 6 mpflow issues
Sort by recently updated
recently updated
newest added

build 的时候会提示 mpflow Error: Cannot find module 'sass'

例如: index页面和logs页面都通过include相对路径进来一个template文件,打包出来的dist目录里显示的最终路径是错误的,并且只有index目录有对应的template文件,logs目录里面没有。导致logs页面没有正常显示 ![image](https://user-images.githubusercontent.com/6920150/103256902-db36fc00-49c9-11eb-88d5-55e2685b8741.png) ![image](https://user-images.githubusercontent.com/6920150/103256867-bcd10080-49c9-11eb-9fee-10d3f59ea947.png)

bug

有部分wxs未能打包到生成的目录中,这部分wxs文件是wxs中引入的wxs文件。

bug

如:`event/event.wxml` 引入了 `template/event.wxml` `event/event.wxml` 的内容会变成 `template/event.wxml`的内容,也就是被覆盖了

1. 使用mpflow创建了一个自定义第三方库(@unif/mini-camera) 2. 在原小程序项目install 成功后,进行npm构建,报错SyntaxError: parse js file (/Users/liulijun/Projects/tongyi/retail-mini-unif/node_modules/@babel/plugin-proposal-private-property-in-object/lib/index.js) failed: 'return' outside of function (25:2) [1.06.2404301][darwin-x64]. 3. 看提示是@babel/plugin-proposal-private-property-in-object这个库存在兼容问题,这个库是脚手架使用的,看 npm已经不维护了

从nodejs 17以后,每次都要设置 set NODE_OPTIONS=--openssl-legacy-provider 才能正常运行。 webpack 5已经解决了这个问题。 请问mpflow这个工具还会继续维护吗?还会升级吗?