react9 React App 빌드시 sourcemap 파일 제외하기 React App 빌드시 sourcemap 파일 제외하기 https://github.com/facebook/create-react-app/issues/2005 I figured it out. Looks like we have to eject to disable the source maps inside of our production webpack config. Steps are outlined below.. 1. Eject your create-react-app by running npm run eject 2. Open /config/webpack.config.prod.js 3. Remove or comment out line 53 containing devtool: 'source-map'.. 2018. 4. 22. React App Github Deploy React App Github Deploy https://github.com/gitname/react-gh-pages gh-pages 설치 $ npm install gh-pages --save-dev package.json 수정 package.json 파일에 scripts를 추가합니다. predeploy : 배포 이전 빌드를 위한 스크립트 입니다. deploy : 배포를 위한 스크립트 입니다. // package.json { "scripts": { "start": "cross-env NODE_PATH=src NODE_ENV=development node scripts/start.js", "build": "cross-env NODE_PATH=src NODE_ENV=production node scripts.. 2018. 4. 21. [React.JS] 작업환경 설정하는 중 에러 [React.JS] 작업환경 설정하는 중 에러 ReactDOM is not defined bundle.js:sourcemap:10843 Uncaught ReferenceError: ReactDOM is not defined at Object. (bundle.js:sourcemap:10843) at __webpack_require__ (bundle.js:sourcemap:679) at fn (bundle.js:sourcemap:89) at Object. (bundle.js:sourcemap:1885) at __webpack_require__ (bundle.js:sourcemap:679) at module.exports (bundle.js:sourcemap:725) at bundle.js:sourcemap:.. 2018. 1. 26. 이전 1 2 다음