Rework Webpack config

This commit is contained in:
MrTimscampi 2020-08-15 12:44:52 +02:00 committed by vitorsemeano
parent bfb8c7c1f6
commit 96eccd2ecd
7 changed files with 1034 additions and 1236 deletions

View file

@ -0,0 +1,4 @@
(function() {
'use strict';
window.appMode = 'standalone';
})();