Webpack

웹팩의 도입

수업소개

웹팩을 도입하기 위해서 필요한 작업들을 소개해드립니다. 

 

 

 

강의

댓글

댓글 본문
  1. Kiwon Kim
    감사합니다!
    대화보기
    • chloekim66
      --output대신 --output-path로 바꿧더니 일단되긴 되네요
      스텍오버플로우에 나와있습니다.

      https://stackoverflow.com......put
    • JJ Lee
      웹브라우저는 자기 컴퓨터(localhost)이든, 다른 인터넷 상의 컴퓨터이든 주소와 함께 읽어드릴 파일명까지 자세히 기술(http://localhost......tml)하지 않아도, 주소(http://localhost)까지만 넣으면 index.html 우선적으로 자동으로 찾아 열게됩니다.
      대화보기
      • JJ Lee
        webpack의 최신버전이 --entry, --output만 가지고 안되고, 많은 flag(--config-name, --analyze 등등)에 답을 줘야 실행되는거네요.
        대화보기
        • realryankim
          npx webpack --entry ./source/index.js --output ./public/index_bundle.js
          입력한 후에 진행이 안되고,

          ? Which flags do you want to use? …
          ? Which flags do you want to use? …
          ? Which flags do you want to use? …
          ✔ --config-name: Name of the configuration to use
          ? Which flags do you want to use? …
          ✔ --analyze: It invokes webpack-bundle-analyzer plugin to get bundle information
          ? Which flags do you want to use? …
          ✔ --amd: You can pass `false` to disable AMD support.
          ✔ --bail: Report the first error as a hard error instead of tolerating it.
          ? Which flags do you want to use? …
          ✔ --bail: Report the first error as a hard error instead of tolerating it.
          ✔ --cache: Enable in memory caching. Disable caching.
          ? Which flags do you want to use? …
          ✔ --cache: Enable in memory caching. Disable caching.✔ --cache-type: In memory caching. Filesystem caching.✔ --cache-cache-directory: Base directory for the cache (defaults to node_modules/.cache/webpack).? Which flags do you want to use? …
          ...
          ...

          위와 같은 Which flags do you want to use?라는 게 많이 나오면서 진행이 안됩니다.
          그 이유를 아시는 분 계실까요?
        • OneJune Kang
          네트워크 열었을 때 index.html 은 안나오고 localhost 라는 것이 나오는데 혹시 이건 왜 이런건지 설명해주실 수 있으신가요?
        graphittie 자세히 보기