Private
Public Access
1
0

refact && game reconnection and restore w/o refresh #3 && bugfix bomb explosion on opponent mines #19

This commit is contained in:
2016-11-24 23:41:40 +01:00
parent eae87f1861
commit 11c00493ef
4 changed files with 316 additions and 217 deletions

View File

@@ -1,6 +1,6 @@
'use strict';
module.exports = {
const config = module.exports = {
entry: './web/bundles/mineseeker/js/mine-seeker.js',
output: {
path: './src/Mine/SeekerBundle/Resources/public/js',
@@ -19,3 +19,5 @@ module.exports = {
]
}
};
module.exports = config;