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

@@ -45,7 +45,8 @@ module.exports = () => {
plugins: [
new VueLoaderPlugin(),
new BundleTracker({
filename: './webpack-stats.json',
filename: 'webpack-stats.json',
path: path.resolve(__dirname, './'),
publicPath: 'http://localhost:8080/'
}),
new webpack.DefinePlugin({
@@ -60,4 +61,4 @@ module.exports = () => {
hot: true,
}
};
}
}