How can I create a npm project that spits out a compiled .js file as well as a .js.txt file?
- The js file will be the compiled javascript.
- the .js.txt file will be the compiled javascript wrapped with the script tag. i.e compiled js goes here
It would look something like this:
1