[refactor] Remove unused code

This commit is contained in:
PauI Ostrovckij
2025-09-30 10:27:28 +03:00
parent f41bad3883
commit 6fd91f61d7
7 changed files with 0 additions and 279 deletions

View File

@ -51,11 +51,6 @@ module.exports = (env, argv) => {
context: path.resolve(__dirname, 'src/assets'),
from: '*.svg',
to: 'static/[name][ext]'
},
{
context: path.resolve(__dirname),
from: 'config.json',
to: 'config.json'
}
]
}),