diff --git a/Rakefile b/Rakefile index 6fce610..618b72f 100644 --- a/Rakefile +++ b/Rakefile @@ -9,6 +9,7 @@ def fix_babel_config(path) FileUtils.cp("#{__dir__}/babel.config.json", Dir.pwd) end end + def install_module(path) Dir.chdir(path) do system("npm i @babel/plugin-proposal-private-property-in-object")