/nuxt-components-bug

A repro of a potential bug in @nuxt/components

Primary LanguageJavaScript

nuxt-components-bug

To repro:

$ yarn install
$ yarn run dev
# observe that both components load images in dev

$ yarn run build
$ yarn run start
# observe that @command-tab/place-kitten does not load in this production build