From 9adf35a4445ea1eff352da8e059f36aa55bd9849 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 20 Dec 2020 20:10:52 +1100 Subject: [PATCH] chore: add @babel/plugin-proposal-class-properties --- tasks/build.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/build.js b/tasks/build.js index 271545d9..2bc2a698 100644 --- a/tasks/build.js +++ b/tasks/build.js @@ -118,6 +118,7 @@ Object.entries(build.js).forEach(([filename, entry]) => { }, ], ], + plugins: ['@babel/plugin-proposal-class-properties'], babelrc: false, exclude: [/\/core-js\//], }),