Skip to content

Commit

Permalink
Add CommonJS project to ESM draft
Browse files Browse the repository at this point in the history
  • Loading branch information
rkJun committed Jul 21, 2022
1 parent 81707c5 commit 8250fd8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Nodejs/common-js-project-to-esm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CommonJS project to ESM

- https://github.com/knowbee/rona-vscode-extension
convert require syntax to ES6 import syntax in the current opened file
번거로우니 확장 사용.

https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c#how-can-i-move-my-commonjs-project-to-esm

https://devblog.kakaostyle.com/ko/2022-04-09-1-esm-problem/

https://kwoncheol.me/posts/dotenv-and-module

https://github.com/motdotla/dotenv#how-do-i-use-dotenv-with-import

0 comments on commit 8250fd8

Please sign in to comment.