laverdet / xxscreeps

Other
71 stars 16 forks source link

Add missing container construction cost constant #28

Closed bastianh closed 3 years ago

bastianh commented 3 years ago

fixes #21

laverdet commented 3 years ago

Thanks for the PR. This constant is actually set elsewhere: https://github.com/laverdet/xxscreeps/blob/4108f376bf15471cadd183628e7a4b645821c86f/src/mods/resource/constants.ts#L5

The issue is actually an upstream issue from webpack, which was resolved by downgrading webpack to an older version.

bastianh commented 3 years ago

Yeah I noticed that's why I closed the MR :)