You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiled ES5 code doesn't run in a browser when the modules property is not on the grunt task. So it works fine with "modules: 'commonjs'", but doesn't without it and it's because the compiled JS is missing 'System.get()' call at the bottom of the compiled JS i.e.
System.get("src/es6/inheritance.js" + '');
The text was updated successfully, but these errors were encountered:
The compiled ES5 code doesn't run in a browser when the modules property is not on the grunt task. So it works fine with "modules: 'commonjs'", but doesn't without it and it's because the compiled JS is missing 'System.get()' call at the bottom of the compiled JS i.e.
System.get("src/es6/inheritance.js" + '');
The text was updated successfully, but these errors were encountered: