Vue CLI 3-有没有办法查看HTMLWebpackPlugin的templateParameters函数内容?

时间:2018-09-21 16:22:01

标签: vue.js vue-cli vue-cli-3

当我运行vue inspect时,它说templateParameters函数是omitted long function

templateParameters: function () { /* omitted long function */ },

我有兴趣了解这里的内容。有没有办法查看长函数?

1 个答案:

答案 0 :(得分:2)

好吧,我刚刚发现,在vue inspect命令的选项下,您可以使用-v的详细选项来查看完整的函数定义。

vue inspect --help

  Usage: inspect [options] [paths...]

  inspect the webpack config in a project with vue-cli-service

  Options:

    --mode <mode>
    --rule <ruleName>      inspect a specific module rule
    --plugin <pluginName>  inspect a specific plugin
    --rules                list all module rule names
    --plugins              list all plugin names
    -v --verbose           Show full function definitions in output
    -h, --help             output usage information