일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- middleware
- typeScript
- node.js
- tailwindcss
- JavaScript
- 삶
- evm
- API
- hardhat
- graphQL
- bitcoin
- SSR
- solidity
- error
- REACT
- CLASS
- express.js
- Props
- web
- 기준
- blockchain
- useState
- concept
- CSS
- Redux
- Interface
- HTML
- nextJS
- built in object
- Ethereum
- Today
- Total
목록compiler (2)
ReasonJun
What happened? In the case of ts-node, ts was compiled using the commonJS method. Therefore, an error occurs when you try to run a ts file with ts-node in the app or src subfolder of nextjs, which is compiled with esNext. Error : https://github.com/TypeStrong/ts-node/issues/935 `ts-node` fails when ES Modules are in the dependency graph in Node.js 13+ · Issue #935 · TypeStrong/ts-node I basicall..
SWC (Speedy Web Compiler) is a fast JavaScript/TypeScript compiler that is used in Next.js to optimize the build process and improve the performance of Next.js applications. It is a popular alternative to the Babel compiler, known for its impressive speed and compatibility with modern JavaScript and TypeScript syntax. It is made in RUST language based on parallel processing, so it is faster than..