aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-12-20 20:10:52 +1100
committerSam Potts <sam@potts.es>2020-12-20 20:12:21 +1100
commitd7195d5276becbf21bbad8781d91b955aef39eb1 (patch)
tree2b6c41c984acdb2123e3d1d515167066ef883090
parent6a6fb8d41a7af7f386f9dcb2b660d51c49076304 (diff)
downloadplyr-d7195d5276becbf21bbad8781d91b955aef39eb1.tar.lz
plyr-d7195d5276becbf21bbad8781d91b955aef39eb1.tar.xz
plyr-d7195d5276becbf21bbad8781d91b955aef39eb1.zip
chore: add @babel/plugin-proposal-class-properties
-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\//],
}),