유료강의

Netlify 배포 (+babel-loader, webpack mode 에러 등)

SOLYI 2021. 10. 17. 02:52
반응형

이전에 html, css만으로 배포했을때와는 설정이 조금 다르다.

https://www.netlify.com/

 

Netlify: Develop & deploy the best web experiences in record time

A powerful serverless platform with an intuitive git-based workflow. Automated deployments, shareable previews, and much more. Get started for free!

www.netlify.com

 

github 연동 후 프로젝트를 불러와서 설정에서 다음과 같이 세팅..

build command -> npm run build
publish directory -> dist/

 

강의와 버전이 달라서 그런지 배포가 정상적으로 이루어지지 않았다...

반응형

'유료강의' 카테고리의 다른 글

개발관련 사이트  (0) 2021.10.17
git 프로젝트 복제 / clone  (0) 2021.10.17
bundler 2.bundler  (0) 2021.10.17
bundler 1. parcel  (0) 2021.10.17
Node.js npm 버전관리 / gitignore  (0) 2021.10.15