Skip to content

Commit

Permalink
docs: remove outdated info (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed May 31, 2023
1 parent 87f918f commit 0f77115
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/dnb-design-system-portal/src/docs/contribute/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,10 @@ We get else this error:

> Type Error: this.getOptions is not a function for style-loader
### gatsby-plugin-emotion

Newer versions than `7.1.0` have an issue with our Emotion setup. We may either switch complately to SASS or ensure the root (home) on the portal looks OK.

## Babel

Due to this bug: https://github.com/babel/babel/issues/11394 we add `.png,.snap` so they not get copied: `--extensions '.js,.ts,.tsx,.png,.snap'`

### Gatsby Cloud

The plugin `gatsby-plugin-gatsby-cloud` relays on a newer Webpack version than other plugins. In order to let the Portal run on the latest version, we set the yarn resolutions:

```json
"resolutions": {
"webpack": "5.61.0"
}
```

### Yarn PnP

Currently, Eufemia uses yarn v3 with `node_modules`.
Expand Down

0 comments on commit 0f77115

Please sign in to comment.