2017-10-07 01:35:02 +00:00
|
|
|
{
|
2018-01-21 22:54:43 +00:00
|
|
|
"comments": true,
|
2018-02-03 21:48:25 +00:00
|
|
|
"plugins": [
|
|
|
|
"lodash",
|
2018-09-04 04:46:24 +00:00
|
|
|
"graphql-tag",
|
|
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
|
|
"@babel/plugin-syntax-import-meta",
|
|
|
|
"@babel/plugin-proposal-class-properties",
|
|
|
|
"@babel/plugin-proposal-json-strings",
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-decorators",
|
|
|
|
{
|
|
|
|
"legacy": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"@babel/plugin-proposal-function-sent",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from",
|
|
|
|
"@babel/plugin-proposal-numeric-separator",
|
2019-07-13 03:56:44 +00:00
|
|
|
"@babel/plugin-proposal-throw-expressions",
|
|
|
|
[
|
|
|
|
"prismjs", {
|
2019-07-29 04:50:03 +00:00
|
|
|
"languages": ["clike", "markup"],
|
2019-11-22 21:16:31 +00:00
|
|
|
"plugins": ["line-numbers", "autoloader", "normalize-whitespace", "copy-to-clipboard", "toolbar"],
|
2019-07-29 04:50:03 +00:00
|
|
|
"theme": "twilight",
|
2019-07-13 03:56:44 +00:00
|
|
|
"css": true
|
|
|
|
}
|
|
|
|
]
|
2018-02-03 21:48:25 +00:00
|
|
|
],
|
2017-10-07 01:35:02 +00:00
|
|
|
"presets": [
|
2018-09-04 04:46:24 +00:00
|
|
|
[
|
2018-09-29 19:39:09 +00:00
|
|
|
"@babel/preset-env", {
|
2019-06-01 00:43:29 +00:00
|
|
|
"useBuiltIns": "entry",
|
2019-07-13 03:56:44 +00:00
|
|
|
"corejs": 3,
|
2019-08-30 20:42:24 +00:00
|
|
|
"debug": false
|
2018-09-29 19:39:09 +00:00
|
|
|
}
|
2018-09-04 04:46:24 +00:00
|
|
|
]
|
2017-10-07 01:35:02 +00:00
|
|
|
]
|
|
|
|
}
|