module.exports = {
output: {
filename: '[name].bundle.js',
path: path.resolve(__dirname, 'dist'),
clean: true,
},
};
webpack5에서는 'clean-webpack-plugin' 설치가 필요없습니다.
junhyeok jang
작성일
21.11.03 16:36
조회수
456
댓글 1
공유 감사합니다.👍
답글