Skip to content
#

mdx

Here are 362 public repositories matching this topic...

alexfinnarn
alexfinnarn commented Jun 24, 2019

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:

  1. Create a repo with a readme during the script
  2. See the er
theme-ui
romanlv
romanlv commented Jul 29, 2020

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]

Improve this page

Add a description, image, and links to the mdx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mdx topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.