ng build - ES5 bundles -> Unknown helper createSuper #17275
Labels
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 9.0.6Description
Any
ng build
ends up withAn unhandled exception occurred: C:\my\path\main-es2015.js: Unknown helper createSuper
🔬 Minimal Reproduction
ng build
orng build--prod
🔥 Exception or Error
and the angular-errors.log:
🌍 Your Environment
Anything else relevant?
Tried to install @babel/compat-data (mentioned here) as it seems babel related , did not help
EDIT:
Downgrading to
which returned the environment to:
returned the functionality of
ng build
back.The text was updated successfully, but these errors were encountered: