Open eternauta1337 opened 7 years ago
You need to uncomment the tslib alias in the webpack config your using
Can you add a link to the line in the code?
Right, I'm compiling typescript in this module directly (core), not on the examples. That is, I'm executing "tsc" or "npm run build" in @awayjs/core, not in @awayjs/awayjs-examples.
Typescript compilation yields the following error:
lib/errors/AbstractMethodError.ts(7,34): error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found.