Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Enable JS passthrough and a nicer productName #48

Merged
merged 3 commits into from
Jun 27, 2017
Merged

Conversation

MarshallOfSound
Copy link
Member

Just a few small things to make the dev flow a bit nicer out of the gate.

  • Adds a custom .compilerc to enable JS passthrough so we aren't piping code through babel when we don't need to. If we want typescript / babel in the future that can be discussed in Framework / compilation language #47
  • Adds .vscode to gitignore
  • Sets the productName to be the more human readable "Node.js Installer"

We currently write ES6 compatible JS and therefore we don't need
the extra overhead of babel compilation. If we ever need babel
or typescript compilation we can enable that in this file later.
For now the best thing to do is to just enable passthrough.
felixrieseberg

This comment was marked as off-topic.

@felixrieseberg felixrieseberg merged commit 571c923 into master Jun 27, 2017
@gibfahn gibfahn deleted the dev-setup branch June 27, 2017 09:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants