webpack避免發佈新的版本有瀏覽器緩存

路徑中使用 hash,每次構建時會有一個不一樣 hash 值,避免發佈新版本時線上使用瀏覽器緩存 module.exports = { // ... output: { filename: '[name].js', path: __dirname + '/dist/[hash]', }, }
相關文章
相關標籤/搜索