-
Hi I've insatlled both ckeditor5 and @ckeditor/ckeditor5-vue2 and I follwoed your [article](https://ckeditor.com/docs/ckeditor5/latest/getting-started/installation/vuejs-v2.html) for vue2 and in the f…
-
Using smpte-timecode in an Angular 17 project is emitting this error:
```
Warning: file.ts depends on 'smpte-timecode'. CommonJS or AMD dependencies can cause optimization bailouts.
```
Is the…
-
### Feature request
I'm currently working on a tool that uses `import-from` to invoke node module look up inside different directories,
i need es modules support in the future and would really app…
MSE99 updated
11 months ago
-
Hello, it is not mentioned in the README, but I wonder does it supports outputting ESM module?
-
- [ ] Replace `sync-fetch` with something that supports ESM
💡 Current solution: Import `markdown-it-image-size` with `require`, not `import`:
From:
```js
import { markdownItImageSize } from …
boyum updated
10 months ago
-
Any chance to support esm?
-
Currently, Ziggeo does not work in Vite projects (the default way how to create Vue.js 3 projects), since it is using ESM and Ziggeo does not provide an ES module.
Would be great if you ship an ES mo…
-
This may be trickier than it looks. My first attempt at shipping `.mjs` and `.cjs` builds failed as it broke some build systems. For example, shipping an `.mjs` build with module mapping broke CRA, bu…
-
tsup build is failing on me when dts is enabled
cli output
```bash
> shadcn-fe-components@0.0.1 build C:\Users\denni\Desktop\code\workspace\shadcn-ui-fanedition\packages\ui
> tsup
CLI Build…
-
### Version
29.7.0
### Steps to reproduce
Original reported at https://github.com/kulshekhar/ts-jest/issues/4195
### Expected behavior
The custom `testEnvironment` in TypeScript should be passed …