Skip to content

Instantly share code, notes, and snippets.

@orjan
Created August 30, 2021 07:45
Show Gist options
  • Save orjan/a3a342313b51017189e3eef8a3d3c789 to your computer and use it in GitHub Desktop.
Save orjan/a3a342313b51017189e3eef8a3d3c789 to your computer and use it in GitHub Desktop.
vue-webpack-extend.js
module.exports = {
chainWebpack: config => {
config
.plugin('html')
.tap(args => {
console.log(args)
// args[0].template = '/Users/username/proj/app/templates/index.html'
return args
})
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment