Skip to content

[0.3.1]

Compare
Choose a tag to compare
@zlatnaspirala zlatnaspirala released this 06 Jan 21:03
· 389 commits to master since this release

New features :

  • Run multi entry compile:
    "dev-all": "webpack --config webpack.config.multicompile.js",

Point of Multi entries is to make independent healthy builds end point
for our application. Current export's for 2 solutions looks like
(runs webpack.multicompile.config.js) :

Command:

  npm run dev-all

Output:

├── build/  (This is auto generated)
|   ├── multiplayer/
|   ├── singleplaye/

  • Load auto generated maps from python3 tool creator-2dmap

  • New folder for ioc.ts files named controllers/ .
    Helps to build clear end point of project code.

  • Add single player application instance like option (resource independent - no shared assets) .

  • Remove npm from dependency to devDependency.