Skip to content
Snippets Groups Projects
Commit c79d8788 authored by Chris Beer's avatar Chris Beer
Browse files

Silence a webpack warning

parent 17f3fce2
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,8 @@ module.exports = function (api) {
loose: true,
},
],
['@babel/plugin-proposal-private-property-in-object', { loose: true }],
['@babel/plugin-proposal-private-methods', { loose: true }],
[
'@babel/plugin-proposal-object-rest-spread',
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment