Fixed persistent localstorage for transactions, incl adding and removing

This commit is contained in:
Josh Creek
2019-04-13 23:42:17 +01:00
parent 310adecdc0
commit 8c50b68b97
2 changed files with 11 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
module.exports = {
configureWebpack: {
devtool: 'source-map'
}
}