first version
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": "> 0.25%, not dead",
|
||||
"useBuiltIns": "entry",
|
||||
"corejs": 3,
|
||||
"modules": false
|
||||
}
|
||||
],
|
||||
"@babel/preset-react",
|
||||
"linaria/babel"
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
"prismjs",
|
||||
{
|
||||
"languages": [
|
||||
"clike",
|
||||
"javascript",
|
||||
"typescript",
|
||||
"java",
|
||||
"c",
|
||||
"cpp",
|
||||
"python",
|
||||
"ruby",
|
||||
"markup",
|
||||
"markup-templating",
|
||||
"php",
|
||||
"go",
|
||||
"csharp",
|
||||
"css",
|
||||
"sql",
|
||||
"json"
|
||||
],
|
||||
"plugins": ["line-numbers", "copy-to-clipboard", "show-language"],
|
||||
"theme": "default",
|
||||
"css": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user