Fixed some more of the imports. Added Object.assign for battledata and commandhandling as a temporary fix. Webpack wasn't listed as a devDependency so I added that in.
Source maps will be extremely useful for when we're trying to track down bugs both right now and for any future changes. There's other source map modes we can use (eval, inline, etc.), but I just left the config as simple as possible.
Fixed some more of the imports. Added Object.assign for battledata and commandhandling as a temporary fix. Webpack wasn't listed as a devDependency so I added that in.
Source maps will be extremely useful for when we're trying to track down bugs both right now and for any future changes. There's other source map modes we can use (eval, inline, etc.), but I just left the config as simple as possible.