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

Vue CLI 3 - Is there a way to see HTMLWebpackPlugin's templateParameters function contents?

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

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

我很想看看这里有什么。有没有办法查看长函数?

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

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