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
konrad 409aff07a7
All checks were successful
the build was successful
Multiple Reminders (#5)
2018-11-25 21:02:22 +00:00

5 lines
68 B
JavaScript

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