Last active
June 20, 2022 08:35
-
-
Save killshot13/32a17bb4fc3d9b4c01b36c84e0d2656e to your computer and use it in GitHub Desktop.
Quokka config.json for VSCode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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