aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-12-20 20:10:52 +1100
committerSam Potts <sam@potts.es>2021-01-29 22:47:27 +1100
commit9adf35a4445ea1eff352da8e059f36aa55bd9849 (patch)
treec3a0142ca351bacda22ef5fa268062426b7f4e7e /tasks
parent39ff31e3e3a9941b4cbac5a550362863f35d4104 (diff)
downloadplyr-9adf35a4445ea1eff352da8e059f36aa55bd9849.tar.lz
plyr-9adf35a4445ea1eff352da8e059f36aa55bd9849.tar.xz
plyr-9adf35a4445ea1eff352da8e059f36aa55bd9849.zip
chore: add @babel/plugin-proposal-class-properties
Diffstat (limited to 'tasks')
-rw-r--r--tasks/build.js1
1 files changed, 1 insertions, 0 deletions
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\//],
}),