Skip to content

Instantly share code, notes, and snippets.

View lfbergee's full-sized avatar

Leiv Fredrik Berge lfbergee

View GitHub Profile
@lfbergee
lfbergee / jkl-snippets.json
Created October 1, 2020 06:52
Snippets for Jøkul in VS Code
{
"jklird": {
"prefix": "jklird",
"body": "import { ${1} } from '@fremtind/jkl-${1/(.*)/${1:/downcase}/}-react';"
},
"jklir": {
"prefix": "jklir",
"body": "import { ${1} } from '@fremtind/jkl-${2}-react';"
},
"jklis": {
@lfbergee
lfbergee / Shared.md
Last active December 20, 2019 08:55

Shared

Whats new

  • Build job
    • Was just plain babel, now we use rollup to run babel
    • Enables easier integration with typescript
    • Enables build time optimizations, like strip prop-types, minification
    • Enables code-splitting
  • Update from babel 6 to 7