mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
Add debugger support for vuejs
This commit is contained in:
parent
ed93611f43
commit
3b450b4372
|
@ -12,6 +12,7 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
configureWebpack: {
|
||||
devtool: 'source-map',
|
||||
plugins: [
|
||||
new GoogleFontsPlugin({
|
||||
fonts: [
|
||||
|
|
Loading…
Reference in a new issue