akameco / s2s

Coding time Compile. A tool to write code fastest.

Home Page:https://qiita.com/akameco/items/e1489c6bbf3439ec6ca4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[name].test.jsの形式で出力を指定可能にする

akameco opened this issue · comments

index.jsの出力をindex.test.jsadd.jsの出力をadd.test.jsのようにしたい。

How

configにのoutputオプションに[name].test.jsのように指定可能にする。
これはwebpack.config.jsの方法と同じ。