security fixes

This commit is contained in:
2025-04-04 08:20:24 +01:00
parent 0adfba1275
commit a7cb857c00
8 changed files with 4762 additions and 12515 deletions

View File

@@ -46,7 +46,8 @@ module.exports = (env = {}) => {
plugins: [
new VueLoaderPlugin(),
new BundleTracker({
filename: './webpack-stats.json',
filename: 'webpack-stats.json',
path: path.resolve(__dirname, './'),
publicPath: '/static/bundles/',
integrity: true
}),