chore(deps): bump + docs: remove absolute instructions from readme

This commit is contained in:
Liyas Thomas
2021-03-30 05:00:24 +00:00
committed by GitHub
parent de57208bab
commit b9deec1487
12 changed files with 42 additions and 58 deletions

View File

@@ -5,9 +5,7 @@ function isBabelLoader(caller) {
module.exports = function (api) {
if (api.env("test") && !api.caller(isBabelLoader)) {
return {
plugins: [
"@babel/plugin-proposal-class-properties"
],
plugins: ["@babel/plugin-proposal-class-properties"],
presets: [
[
"@babel/preset-env",