Given js.spec is a node module, nobody is going to <script> it into a browser directly. Instead they will use their own packaging toolchain to do so like browserfy or webpack. Js.spec doesn't need to create a webpacked build.
Not doing so will also increase the understandability of stack traces and the project in general.
Given js.spec is a node module, nobody is going to
<script>it into a browser directly. Instead they will use their own packaging toolchain to do so like browserfy or webpack. Js.spec doesn't need to create a webpacked build.Not doing so will also increase the understandability of stack traces and the project in general.