Implemented cryptomining, although its extremely bad optimized.

This commit is contained in:
2025-12-03 18:20:02 +01:00
commit c2d6d0b096
308 changed files with 56964 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
const { merge } = require('webpack-merge')
const common = require('./webpack.config.common.js')
module.exports = merge(common, {
mode: 'production'
})