Skip to content

Instantly share code, notes, and snippets.

@theKashey
Created March 3, 2019 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theKashey/69e345b72c1deeef90a3038098e27fea to your computer and use it in GitHub Desktop.
Save theKashey/69e345b72c1deeef90a3038098e27fea to your computer and use it in GitHub Desktop.
How to separate files by "environment", just drop it in a SUB DIRECTORY!
export default "IS BROWSER";
export default "IS NODE";
{
"internal": "true",
"main": "node.js",
"browser": "browser.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment