Skip to content

Instantly share code, notes, and snippets.

@killshot13
Last active June 20, 2022 08:35
Show Gist options
  • Save killshot13/32a17bb4fc3d9b4c01b36c84e0d2656e to your computer and use it in GitHub Desktop.
Save killshot13/32a17bb4fc3d9b4c01b36c84e0d2656e to your computer and use it in GitHub Desktop.
Quokka config.json for VSCode
{
"autoLog": true,
"babel": true,
"delay": 1500,
"logLimit": 300,
"node": "~/.nvm/versions/node/v16.15.1/bin/node",
"plugins": [
"alias-quokka-plugin",
"babel-alias-quokka-plugin",
"quokka-plugin-subdir",
"dotenv-quokka-plugin",
"jsdom-quokka-plugin"
],
"pro": true,
"showSingleInlineValue": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment