Fixed debug app for example custom element

This commit is contained in:
Joel Collins 2020-03-31 16:24:41 +01:00
parent a9239ab898
commit 0c695a377c
12 changed files with 1157 additions and 42 deletions

View file

@ -1,3 +1,4 @@
process.env.VUE_APP_NAME = require('./package.json').name
module.exports = {
productionSourceMap: false
};