-
Good day.
Running @rollup/plugin-babel I got **TypeError: Illegal invocation**.
Did I miss something in the configuration?
## Running core-js (v3.38.1) polyfills throws Illegal invocation erro…
-
Why is the tool for the ECMAScript module only registry outputting CommonJS?
I would expect it to be in ESM too, ignoring the legacy CommonJS like its registry does. When the (Node.js) runtime does…
-
import { LazyLoadImage } from 'react-lazy-load-image-component';
^^^^^^^^^^^^^
SyntaxError: Named export 'LazyLoadImage' not found. The requested module 'react-lazy-load-image-component' is…
-
This is more of a runtime issue but I'm still confused why/how undici requires `SharedArrayBuffer`.
The problem occurs with:
```
require('undici')
```
```
Uncaught TypeError: SharedArrayBu…
-
# 📚 분량
```
47장-49장=끝! 😊
```
# 🎤 발표자
이성훈
# 질문
## 48장
- CommonJS와 AMD의 차이점? (김민석)
## 49장
- Babel과 Webpack을 이용한 개발 환경 구축을 실제 프로젝트에서 어떻게 활용할 수 있는가? (김민정)
- Vite를 활용해서 프로젝트를 진행했는데, webpack…
-
- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-pro/issues)
## Basic Info
- **Package Name And Version:** arco-design-pro@2.8.…
-
### 🔎 Search Terms
nodenext, module, __dirname
### 🕗 Version & Regression Information
Version 5.4.5
### ⏯ Playground Link
_No response_
### 💻 Code
**package.json**
```json
"type": "module"
`…
-
We have setup an express app with TypeScript, and target CommonJS modules (which is still the default in TypeScript). Consequenty, we don't have ```"type": "module"``` in package.json. When we install…
-
[Rollup](https://rollupjs.org/) complained about the package.
> [!] RollupError: node_modules/iter-tools/index.mjs (282:9): "default" is not exported by "node_modules/iter-tools/methods/take.js", i…
-
## Expected Behavior
Normal flow, performing traces and regular behavior.
## Actual Behavior
Throws error, before running lambda code. "Class extends value undefined is not a constructor or null"…