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?라는 게 많이 나오면서 진행이 안됩니다.
그 이유를 아시는 분 계실까요?