Skip to content

Instantly share code, notes, and snippets.

@42tg
Created November 23, 2018 12:42
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 42tg/6c0db37fe37d08fa8ebf453566e78f9e to your computer and use it in GitHub Desktop.
Save 42tg/6c0db37fe37d08fa8ebf453566e78f9e to your computer and use it in GitHub Desktop.
Quokka config backup
{
"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