forked from jsnbuchanan/crowd-funder-for-time-pwa
Added a source map to aid in debugging
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
const { defineConfig } = require("@vue/cli-service");
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true,
|
||||
configureWebpack: {
|
||||
devtool: 'source-map'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user