Skip to content

Commit dd62f75

Browse files
committed
add code til es6 syntax
1 parent 4866b34 commit dd62f75

File tree

8 files changed

+103
-306
lines changed

8 files changed

+103
-306
lines changed

project/.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
dist

project/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
3. 프로젝트 환경 구성
1818
- babel, eslint, prettier 등의 환경 설정
1919
4. 외부 라이브러리 모듈화
20-
2120

2221
## 참고 자료
2322

project/built/app.js

Lines changed: 0 additions & 259 deletions
This file was deleted.

project/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ <h3 class="summary-title">Total Recovered</h3>
5454
</main>
5555
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
5656
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
57-
<script src="./app.js"></script>
57+
<script src="./built/app.js"></script>
5858
</body>
5959
</html>

0 commit comments

Comments
 (0)