共计 202 个字符,预计需要花费 1 分钟才能阅读完成。
目前我的项目 vue 的 template 模版外面用可选链的时候会报错,相干配置和插件增加后就能够应用了
// vue template 模版中反对可选链应用
config.module
.rule('vue')
.use('vue-loader')
.tap(options => {options.compiler = require('vue-template-babel-compiler');
return options;
})
正文完