-
Updated
Jul 4, 2020 - TypeScript
mdx
Here are 362 public repositories matching this topic...
-
Updated
Aug 21, 2020 - JavaScript
Describe the bug
https://webpack.js.org/migrate/5/#cleanup-the-code
Using named exports from JSON modules: this is not supported by the new specification and you will get a warning. Instead of import { version } from './package.json' use import package from './package.json'; const { version } = package;
To Reproduce
Try to use webpack@^5.0.0-beta.22 and [email protected]
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Sep 1, 2018 - JavaScript
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Aug 15, 2020 - JavaScript
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Aug 12, 2020 - Dart
-
Updated
Sep 25, 2019 - JavaScript
-
Updated
Jan 16, 2020 - JavaScript
Sites such as https://notes.apiscp.com/ or https://openshift.ktz.cloud/ where you need to scroll the tag list doesn't allow you to select the latest ones as the theme selector overlays them.

Set image max-width
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Aug 13, 2020 - TypeScript
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
-
Updated
Aug 20, 2020 - JavaScript
Improve this page
Add a description, image, and links to the mdx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mdx topic, visit your repo's landing page and select "manage topics."
Describe the bug
GitHub provides a few options when configuring a new repo like: license, .gitignore file, a README.md, and the Rennovate plugin. If you want to install any of these by default, which I usually do, then you get an error about the remote having newer content.
To Reproduce
Steps to reproduce the behavior: