This commit is contained in:
2020-05-17 13:56:21 +03:00
commit e9a41ffc22
32 changed files with 10191 additions and 0 deletions

4
webpack/Environment.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
development: 'development',
production: 'production',
};