TaroXin / vue-pretty-logger

The console is more cool to use, easier to debug, and more fun log output. Enjoy the vue-pretty-logger in the vue project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

很不错的组件,就是运行不起来

iq9891 opened this issue · comments

image

环境

  1. mac OS High Sierra 10.13.4
  2. node -v 9.11.1
  3. vue 2.3.4
  4. webpack 2.7.0
  5. vue-loader 12.2.2

能看看你的组件之中怎么写的吗?

他看起来是 babel-polyfill 报错了。

// 我的入口文件
entry: {
    app: ['babel-polyfill', './src/main.js']
  },

问题已经修复了,升级最新版本就可以了,原因是 .vue 文件中没有写 script 标签导致的,我没有去加这个判断,现在已经加上了

牛B啊,有时间试试,您这个插件解决了,线下调试的一些 log 输出问题,再次点赞

已经验证,没毛病,问题已修复