add the cube master

This commit is contained in:
hamid zarghami
2025-12-09 11:06:48 +03:30
parent 53b9139506
commit d2325e9090
65 changed files with 6843 additions and 0 deletions
@@ -0,0 +1,10 @@
export default {
input: './src/js/Game.js',
plugins: [],
output: {
format: 'iife',
file: './assets/js/cube.js',
indent: '\t',
sourceMap: false,
},
};