Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove outdated info #1940

Merged
merged 1 commit into from
Jan 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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