[WebPack] Hot Reload
서버가 시작된 상태에서 상태값이 변경되었을 시 확인할 수 있음. 서버를 껏다 켰다 하지 않아도 됨 webpack.config.js const path = require('path'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const { CleanWebpackPlugin } = require('clean-webpack-plugin'); module.exports = { entry: { app: './src/index.js', - print: './src/print.js', }, devtool: 'inline-source-map', devServer: { contentBase: './dist', + hot: true, }, plugins: [..
[웹]/WebPack
2019. 11. 29. 12:08
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크