-
When you set `"type": "module"` in your JSON both `.js` and `.ts` files (if you are using TypeScript) are considered modules. You only need to use the `.m[jt]s` or `.c[jt]s` extensions as an override.…
-
## Summary
Typescript + React + Recoil 기반으로 개념을 확실하게 공부하며 제작할 게시판 프로젝트 생성하기
## Todo
- [x] 프로젝트 생성
- [ ] 게시판 프로젝트 테스트 환경 구축하기
- [x] #7
- [x] Storybook 환경 구축
- [ ] Babel + Webpack (컴파일러 & 번들러 학…
-
Hi
I'm trying to use babel but even if I install it into my directory I keep receiveing:
```
Babel compiler cannot be found, please add it to your package.json file:
npm install --save-dev babel…
-
```javascript
"scripts": {
"dev": "electron-webpack dev",
"compile": "electron-webpack",
"dist": "yarn compile && electron-builder",
"dist:dir": "yarn dist --dir -c.compression=s…
-
-
### Problem
As of now, jest doesn't support ES modules (ESM). When it encounters such module, an error like this is thrown during `yarn test`:
```
● Test suite failed to run
Jest encounter…
-
Maybe related to #227
![](https://i.imgur.com/sAkPHCD.png)
Do you know how to resolve this issue?
Using eslint-plugin-graphql 3.1.1 and Apollo client 3. The app seems to behave correctly wit…
-
The documentation for Webpack didn't work for me
https://github.com/43081j/postcss-lit/blob/48c6f363faad026f151065fb61569f4db1fde688/README.md?plain=1#L33-L60
When I switched it around it starte…
-
- [JavaScriptのライブラリを徐々にTypeScriptに移行する | Web Scratch](https://efcl.info/2017/07/17/javascript-to-typescript/)
- [Babelで書かれたJavaScriptライブラリをTypeScriptへ移行する方法 | Web Scratch](https://efcl.info/2019/01/0…
-
It would be nice to list the main differences between the two projects, since there is quite a lot of overlapping functionality and can be somewhat confusing to developers who need to make a decision.…