mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
feat: added latex generation
This commit is contained in:
11
.babelrc
11
.babelrc
@@ -1,4 +1,11 @@
|
||||
{
|
||||
"presets": ["next/babel"],
|
||||
"plugins": [["styled-components", { "ssr": true }]]
|
||||
"presets": [
|
||||
["next/babel", {
|
||||
}]
|
||||
],
|
||||
"plugins": [
|
||||
"babel-plugin-transform-typescript-metadata",
|
||||
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
||||
["styled-components", { "ssr": true }]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user