Michael Zhang

Results 6 comments of Michael Zhang

@BugKun 尝试了你发布的 Demo,对于 `webpack4-mpvue-optimize-plugin` 插件有点疑问—— 如果我在 Babel 配置中引入 polyfill: ``` [ "@babel/env", { targets: { chrome: "53", ios: "8" }, useBuiltIns: "usage", corejs: "2" }, ], ``` `core-js` 在运行时会无法取得正确的 `global`...

@BugKun 这个问题仍然存在,可能还存在其他原因 这里是可以重现的最小例子:https://github.com/monomichael/mpvue-webpack4-demo 我在 `.babelrc` 中新增了 `useBuiltIns` 的配置,并且在 `pages/index/index.vue` 的 `mounted` 方法中使用了 Number 和 Promise.finally 特性。在编译后的代码中,Babel 正确引入了 `es6.number.*` 和 `es7.promise.finally`,但小程序运行时提示如下错误: ``` thirdScriptError sdk uncaught third Error Cannot read property 'prototype'...

@BugKun 暂时切换成了 Babel 6 的分支就没有问题了。确实是跟 Babel 7 分支下 polyfill 的方式有关系。

@sirxemic I'm just trying out this plugin and would like to change the color of the ripple to black. I played around with the patch you provided, but I'm having...

@sirxemic Thanks. It totally works. I'm new to WebGL and it's great to learn from your plugin. I actually mistook the transparent ripple for white. Sorry about the confusion.

@brandonsmits What you want to do is manually add two configuration files `database.php` and `openvbx.php` under `OpenVBX/config`, and populate the database with `openvbx.sql` from the root folder. There are two...