인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

인프런 커뮤니티 질문&답변

univue님의 프로필 이미지
univue

작성한 질문수

쉽게 배우는 Webpack

[실습] Webpack 시작하기

webpack app/index.js dist/bundle.js 에러

작성

·

220

1

Hash: b211197d852a06714d7a

Version: webpack 4.41.5

Time: 45ms

Built at: 02/29/2020 9:52:44 PM

 1 asset

Entrypoint main = main.js

[0] multi app/index.js dist/bundle.js 40 bytes {0} [built]

WARNING in configuration

The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'pro

duction' to enable defaults for each environment.

You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/

ERROR in multi app/index.js dist/bundle.js

Module not found: Error: Can't resolve 'app/index.js' in '/Users/yun-ali/Desktop/LearnWebpack-master'

 @ multi app/index.js dist/bundle.js main[0]

ERROR in multi app/index.js dist/bundle.js

Module not found: Error: Can't resolve 'dist/bundle.js' in '/Users/yun-ali/Desktop/LearnWebpack-master'

 @ multi app/index.js dist/bundle.js main[1]

답변 1

0

안녕하세요 윤희님~ 지금 웹팩 명령어 실행하신 위치가 올바르지 않은 것 같아요. 웹팩 맨 처음 튜토리얼을 학습하시고 계신다면 getting-started 등의 폴더로 이동해서 명령어를 실행하셔야 할 것 같습니다 :)

univue님의 프로필 이미지
univue

작성한 질문수

질문하기