added preset-flow
This commit is contained in:
parent
90ef61cc4e
commit
d7b267a2d5
@ -1,3 +1,3 @@
|
|||||||
const presets = [["@babel/env", {}]];
|
const presets = [["@babel/env", {}], ["@babel/preset-flow", {}]];
|
||||||
|
|
||||||
module.exports = { presets };
|
module.exports = { presets };
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// @flow
|
||||||
const V = "MAILGO_VERSION";
|
const V = "MAILGO_VERSION";
|
||||||
const MAILTO = "mailto:";
|
const MAILTO = "mailto:";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user