js 만 babel 로 번들하고 있어서 문제
github.com
https://github.com/jantimon/html-webpack-plugin
이런툴 사용하면 html 도 될듯
Error: Cannot find module 'webpack/lib/node/NodeTemplatePlugin' · Issue #2131 · webpack/webpack
Dismiss GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Sign up M3kH added a commit to HackYourFuture/hackyourfuture.github.io that referenced this issue Apr 6, 2018 You can't perform that action at this time. You signed in with another tab or window.
https://github.com/webpack/webpack/issues/2131
오류나던데 webpack add 해주면 되고

이런오류는 찾는중 이유
How to fix Insufficient number of arguments or no entry found. Alternatively, run 'webpack(-cli) --help' for usage info
webpack.config.js and package.json will always be in your project basepath and node commands should be triggered from this path You must make below corrections in your webpack.config.js & package.json --watch will automatically look for the file specified in entry object in webpack.config.js and keep watching its dependency graph to autoreload on detecting changes.
https://stackoverflow.com/questions/55438230/how-to-fix-insufficient-number-of-arguments-or-no-entry-found-alternatively-ru
dist 는 생기는데

여전한 에러
How to remove global "use strict" added by babel
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
https://stackoverflow.com/questions/33821312/how-to-remove-global-use-strict-added-by-babel
걍 포기하고 바벨 stric빼니 embed 파노 빼고는 다댐
embedpano is not defined - Google Search
"embedpano is not defined" after FTP transfer. ... After FTP transfer in html space (binary and ascii) the file tour.
https://www.google.com/search?q=embedpano+is+not+defined&oq=embedpano+&aqs=chrome.5.69i57j69i64l4j0l4&sourceid=chrome&ie=UTF-8
찾아도 안나온다..

Seonglae Cho