-
### 📖 오늘 학습 내용
- [X] ES 모듈 개념 정리
- [X] Vite 번들링 도구 학습 및 환경 설치
- [X] 리액트 구조 구동 원리 이해
- [X] .DS_Store를 .gitignore에 추가하여 관리
**1️⃣ ES 모듈 이해_ECMAScript Module**
>ES 모듈은 자바스크립트의 공식 모듈 시스템으로 자바스…
-
Porting from https://github.com/nodejs/TSC/issues/1445#issuecomment-2388678002:
`index.js`:
```js
const {
getPort,
checkPort,
getRandomPort,
waitForPort,
} = require("get-p…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `rgb2hex@0.2.5` for the project I'm working on.
Wit…
-
I attempted to add `d3-time-format` to the project but received an error similar to 'change the require to a dynamic import'.
This would require all the `require` statements to be converted over to…
-
I'm wondering about ways to support ES Modules. I'm not sure how this affects AMP's usage, but being able to use ESM from within worker-dom would be really nifty.
My initial thought was to use Shim…
-
Since every major browser now supports ES Modules, it would be nice to have this library offered as ES Module as well.
This way, we could use it without the need of a bundler.
-
### next-on-pages environment related information
```
System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 23.4.0: Fri Jan 12 22:40:34 PST 2024; root:xnu-…
-
Hi,
when I try to use mapshaper in my React vite app, I get this error message
__vite-browser-external:crypto:3 Uncaught Error: Module "crypto" has been externalized for browser compatibility. C…
-
# Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0
# Modules to migrate
- [ ] l10n_ca_es_cnae
- [ ] l10n_es_account_asset
- [ ] l10n_es_account_banking_sepa_fsdd
- [ ] l1…
-
The introduction of the `/esm/` distribution has been especially helpful for people who do not subscribe to specific or conventional building pipelines. While tools like Webpack are very popular, thei…