added preset-flow

This commit is contained in:
Matteo Manzinello 2019-07-04 10:45:28 +02:00
parent 90ef61cc4e
commit d7b267a2d5
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
const presets = [["@babel/env", {}]]; const presets = [["@babel/env", {}], ["@babel/preset-flow", {}]];
module.exports = { presets }; module.exports = { presets };

View File

@ -1,3 +1,4 @@
// @flow
const V = "MAILGO_VERSION"; const V = "MAILGO_VERSION";
const MAILTO = "mailto:"; const MAILTO = "mailto:";