mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 09:25:15 +00:00 
			
		
		
		
	Adds cache busting to js bundles as well
This commit is contained in:
		@@ -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:   {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user