0👍
Self solved by:
chainWebpack: config => {
config.plugins.delete('preload-search')
config
.plugin('html-search')
.tap(args => {
args[0].minify.removeAttributeQuotes = false
return args
})
}
- [Vuejs]-Isn't draws vertical line on hover when I move cursor fast
- [Vuejs]-Detect Crawler and load Template from server
Source:stackexchange.com