learning-react icon indicating copy to clipboard operation
learning-react copied to clipboard

p556에서 yarn start:server에서의 module not found 에러 문제

Open marco0332 opened this issue 4 years ago • 0 comments

resolve: {
    modules: ['node_modules'],
    extensions: ['.jsx', '.js'],
  },

이렇게 webpack.config.server.js에 추가해주어야 에러가 안나는데, 확인 부탁드립니다.

marco0332 avatar Mar 23 '20 02:03 marco0332