eonarheim / TypeState

A strongly typed finite state machine for TypeScript
http://eonarheim.github.io/TypeState/example/
BSD 2-Clause "Simplified" License
269 stars 28 forks source link

Packaging error: minified dist file is empty #33

Open chocolateboy opened 4 years ago

chocolateboy commented 4 years ago

dist/typestate-1.0.6.min.js is empty (apart from comments).

$ cat dist/typestate-1.0.6.min.js
/*! typestate - v1.0.6 - 2018-05-17
* https://github.com/eonarheim/TypeState
* Copyright (c) 2018 Erik Onarheim; Licensed BSD-2-Clause*/
eonarheim commented 4 years ago

@chocolateboy Yikes, I'll take a look.