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
Trying to set up embroider - I ran into this build issue:
Build Error (PackagerRunner) in ../../node_modules/@ember/test-waiters/index.ts
Module parse failed: Unexpected token (1:7)
File was processed with these loaders:
* ...node_modules/@embroider/babel-loader-8/index.js
You may need an additional loader to handle the result of these loaders.
> export type { WaiterName, Token, Primitive, Waiter, TestWaiter, TestWaiterDebugInfo, PendingWaiterState } from './types';
Is this maybe because of the main field pointing to the index.ts instead of index.js?
@enspandi ya I don't think it's supposed to point to a .ts file. I can look at fixing this.
@aaronucsd that error isn't the same as the one above. That looks like a problem with your local topology in your node_modules. I'd blow it away and install again.
Trying to set up embroider - I ran into this build issue:
Is this maybe because of the
main
field pointing to the index.ts instead of index.js?https://github.com/emberjs/ember-test-waiters/blob/master/package.json#L14
https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package
The text was updated successfully, but these errors were encountered: