This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/vue.config.js
kolaente ba2ff56fda
All checks were successful
the build was successful
bugfix
2018-11-25 21:50:55 +01:00

5 lines
68 B
JavaScript

module.exports = {
configureWebpack: {
devtool: 'source-map'
}
}