Adding image snapshots for graphs

This commit is contained in:
Knut Sveidqvist
2019-05-31 14:20:43 +02:00
parent 7242a98adb
commit 357e738983
9 changed files with 1147 additions and 60 deletions

View File

@@ -1,5 +1,12 @@
module.exports = {
'presets': [
'@babel/preset-env'
presets: [
[
'@babel/preset-env',
{
targets: {
node: 'current'
}
}
]
]
}