Explorar o código

Adds cache busting to js bundles as well

chaptergy %!s(int64=4) %!d(string=hai) anos
pai
achega
bf7b659e89
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      frontend/webpack.config.js

+ 2 - 2
frontend/webpack.config.js

@@ -13,8 +13,8 @@ module.exports = {
 	},
 	output:    {
 		path:          path.resolve(__dirname, 'dist'),
-		filename:      'js/[name].bundle.js',
-		chunkFilename: 'js/[name].bundle.[id].js',
+		filename:      `js/[name].bundle.js?v=${PACKAGE.version}`,
+		chunkFilename: `js/[name].bundle.[id].js?v=${PACKAGE.version}`,
 		publicPath:    '/'
 	},
 	resolve:   {