Closed netgusto closed 4 years ago
Fixing a transpilation issue with the current version of the babel toolchain (installed as a dependency of @rails/webpacker) where the of for-of constructs present in the source results in the use of ES6 Symbols in the transpiled code.
@rails/webpacker
for-of
Symbols
(solved in babel in https://github.com/babel/babel/pull/11262 + https://github.com/babel/babel/pull/11263)
Done:
yarn.lock
^4.3.0
Deployed, issue fixed in production.
Fixing a transpilation issue with the current version of the babel toolchain (installed as a dependency of
@rails/webpacker
) where the offor-of
constructs present in the source results in the use of ES6Symbols
in the transpiled code.(solved in babel in https://github.com/babel/babel/pull/11262 + https://github.com/babel/babel/pull/11263)
Done:
yarn.lock
)@rails/webpacker
to^4.3.0
yarn.lock
with changes corresponding to the upgrade of@rails/webpacker