Created
November 23, 2018 12:42
-
-
Save 42tg/6c0db37fe37d08fa8ebf453566e78f9e to your computer and use it in GitHub Desktop.
Quokka config backup
This file contains 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
{ | |
"pro": true, | |
"plugins": ["jsdom-quokka-plugin"], | |
"babel": { | |
"presets": ["@babel/preset-env"], | |
"plugins": [ | |
"@babel/plugin-proposal-function-bind", | |
"@babel/plugin-proposal-export-default-from", | |
"@babel/plugin-proposal-logical-assignment-operators", | |
["@babel/plugin-proposal-optional-chaining", { "loose": false }], | |
["@babel/plugin-proposal-pipeline-operator", { "proposal": "minimal" }], | |
[ | |
"@babel/plugin-proposal-nullish-coalescing-operator", | |
{ "loose": false } | |
], | |
"@babel/plugin-proposal-do-expressions", | |
["@babel/plugin-proposal-decorators", { "legacy": true }], | |
"@babel/plugin-proposal-function-sent", | |
"@babel/plugin-proposal-export-namespace-from", | |
"@babel/plugin-proposal-numeric-separator", | |
"@babel/plugin-proposal-throw-expressions", | |
"@babel/plugin-syntax-dynamic-import", | |
"@babel/plugin-syntax-import-meta", | |
["@babel/plugin-proposal-class-properties", { "loose": false }], | |
"@babel/plugin-proposal-json-strings" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment