소개
게시글
질문&답변
2021.08.06
multer 용량제한
아 위 사진은 제가 network 를 잘못본거같습니다. 1.3MB 올리니 size 1.3MB 뜨긴하네요. 근데 limits 1MB 로 해뒀는데 왜 올라가는지 모르겠네요 ㅠㅠ (사진)
- 0
- 1
- 345
질문&답변
2021.07.31
npm run build
import Image from 'next/image' function Avatar() { return Image src="/me.png" alt="me" width="64" height="64" /> } export default Avatar 이거 말씀하시는 거 맞나요? 제가 근데 수업들으면서 next9 버전으로 진행했는데 저건 10버전 이상만 된다고 해서 file-loader 설치하고 front/webpack.config.json 설정했던 거거든요.. 그냥 지금 넥스트 11버전으로 올리고 front/next.config.js 에서 아래 지우고 const withImages = require('next-images');module.exports = withImages(); front/webpack.config.json 파일 그냥 전체 지우면 될까요? Q2. 제가 저 오류가 나고 난다음에 npm run dev 다시 해봤는데 콘솔에 아래와 같은 오류가 다시 뜨는데요 Warning: Reverting webpack devtool to 'eval-source-map'. Changing the webpack devtool in development mode will cause severe performance regressions. ./public/tag.png 1:0 Module parse failed: Unexpected character '�' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders (Source code omitted for this binary file) 위에도 말씀드렸듯이 제가 next9 버전으로 했어서 IMAGE 태그를 안쓰고 file-loader 를 설치해서 썼었거든요 build 전에는 저런 문제가 없었는데 build 를 하고 난 다음부터 문제가 생기는 이유는 Warning: Reverting webpack devtool to 'eval-source-map'. 이 문구와 관련이 있는 걸까요? Q3. next에서는 webpack.config.js 말고 next.config.js 에 모든 설정을 해줘야 하나요? webpack.config.js 랑 next.config.js 둘다 있어도 되는 건지 궁금합니다 .. 주말아침부터 질문이 너무 길어져 죄송합니다 🥲
- 0
- 2
- 489
질문&답변
2021.07.11
세션쿠키
네 있는 거 같습니다. (사진)
- 0
- 2
- 165
질문&답변
2021.05.11
npm module 설치
감사합니다.
- 0
- 2
- 179