We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4689f commit 9bc8692Copy full SHA for 9bc8692
packages/mware/.babelrc
@@ -0,0 +1,35 @@
1
+{
2
+ "comments": false,
3
+ "ignore": [
4
+ "interface.js"
5
+ ],
6
+ "presets": [
7
+ "@babel/preset-flow"
8
9
+ "env": {
10
+ "production": {
11
12
+ "@babel/preset-flow",
13
+ ["@babel/preset-env", {
14
+ "modules": false
15
+ }]
16
17
+ "plugins": [
18
+ "@babel/plugin-transform-modules-commonjs",
19
+ "@babel/plugin-proposal-class-properties",
20
+ "@babel/plugin-proposal-object-rest-spread"
21
+ ]
22
+ },
23
+ "test": {
24
25
26
+ "@babel/preset-env"
27
28
29
30
31
32
33
+ }
34
35
+}
0 commit comments