Error: Unexpected token
with Lerna monorepo -- set internal packages as external
#194
Labels
kind: support
Asking for support with something or a specific use case
topic: monorepo / symlinks
Related to monorepos and/or symlinks (Lerna, Yarn, PNPM, Rush, etc)
Error: Unexpected token (Note that you need plugins to import files that are not JavaScript)
Versions
rollup.config.js
tsconfig.json
plugin output with verbosity 3
I've explained situation in depth there:
https://stackoverflow.com/questions/58891901/building-typescript-error-unexpected-token-note-that-you-need-plugins-to
Basically the reason why i am actually posting this here is that, transpiling typescript directly with
tsc
goes smoothly and that makes sense because how come typescript would not understand its own constructs likeexport
andtype
right?So yeah there is that, @ezolenko if you have any idea what might be going wrong please share them.
also thanks for the plugin! Very convenient thing, hope i will be able to use.
The text was updated successfully, but these errors were encountered: