mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 22:09:39 +00:00
fix build
This commit is contained in:
9
client_v2/webpack.prod.js
Normal file
9
client_v2/webpack.prod.js
Normal 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,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user