Arian Meidow
Arian Meidow
@stipsan wdyt is needed to bring (back) support for shadow DOMs? Better test coverage of the linked PR?
We're also using a custom tag name as an inline element.
@NickCarneiro Same issue: ``` ERROR in ./node_modules/curlconverter/node_modules/yargs/lib/platform-shims/esm.mjs 28:39 Module parse failed: Unexpected token (28:39) File was processed with these loaders: * ./node_modules/babel-loader/lib/index.js You may need an additional loader to handle...
@NickCarneiro this is actually not resolved. Did you find the time to have a look into it and have an update for us?
> In the meantime, I used the following solution (inspired by [this StackOverflow post](https://stackoverflow.com/a/65793537)) to turn a `Readable` stream into a `Buffer`: > > ```ts > import {Readable} from 'stream'...
I also ran into this, when `import`ing a ts file directly that is part of an (internal) node package: ``` import { someFunction } from "@internal/package/lib/config"; ``` ``` RollupError: Unexpected...
wouldn't say that this is a 'solution' as ` `'s could be important to the author to keep...