Skip to content

Commit c791954

Browse files
committed
[312][webpack] removing build warnings
1 parent baa8df3 commit c791954

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/tdb-dashboard/webpack_dev.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ module.exports = (env, argv) => ({
6565
}
6666
],"@babel/plugin-transform-react-jsx",
6767
"@babel/plugin-proposal-export-default-from","@babel/plugin-transform-regenerator",
68-
["@babel/plugin-transform-runtime"]
68+
["@babel/plugin-transform-runtime"],
69+
["@babel/plugin-proposal-private-property-in-object", { "loose": true }],
70+
["@babel/plugin-proposal-private-methods", { "loose": true }],
6971
]
7072
}
7173
},

0 commit comments

Comments
 (0)