Skip to content
#

color

Here are 1,991 public repositories matching this topic...

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 theme-ui@0.3.1

Improve this page

Add a description, image, and links to the color 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 color topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.