fix build

This commit is contained in:
Ildar Kamalov
2025-07-16 17:04:23 +03:00
parent bd3774ed69
commit 2b3e792641
37 changed files with 13112 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import { merge } from 'webpack-merge';
import common from './webpack.common.js';
export default merge(common, {
stats: 'minimal',
performance: {
hints: false,
},
});