mt-u

Results 3 issues of mt-u

Hi. I get an error when I send form data using `ky.post` method on `Deno 1.13.2`. Error message is below: ``` error: Uncaught (in promise) TypeError: Unreachable at mainFetch (deno:ext/fetch/26_fetch.js:190:33)...

When only `--config` is specified, ``` $ felt --config ``` not only the default config file `felt.config.js`, the recipe `felt-recipe-minimal` is always used too. So, I changed the check condition...

こんにちは。 READMEには、コンフィグファイル名を省略した場合、デフォルトのファイル名`file.config.js`が指定されたものと見なすよう説明がありますが、下記を実行すると、 felt --config --src src --debug --watch 以下のエラーが表示されます。 Error: felt-recipe-minimal is not installed 下記のように、ファイル名を指定してあげるときちんと動作してくれるようです。 felt --config felt.config.js --src src --debug --watch 私が使用しているバージョンは`0.3.2`です。

bug