screepers / screeps-typescript-starter

Starter kit for TypeScript-based Screeps AI codes.
https://screepers.gitbook.io/screeps-typescript-starter/
The Unlicense
441 stars 318 forks source link

WIP solution to webpack not aborting on fail #58

Closed bryanbecker closed 7 years ago

bryanbecker commented 7 years ago

This commit doesn't fix the issue, but it's a step forward.

NoEmitOnErrorsPlugin skips the emit stage of webpack when there is an error. Currently this does nothing to solve the issue, but if Sceeps-Webpack-Plugin https://github.com/langri-sha/screeps-webpack-plugin/issues/31 is able to hook into this, then the issue could be considered solved

https://github.com/screepers/screeps-typescript-starter/issues/49