Static GitHub Issues

[1179] export 'default' (imported as 'plugin1') was not found in 'plugin1'

prev: TypeError: Nuxt is not a constructor
next: app : undefined in ctx of async asyncData (ctx)

if plugin doesnt import anything, the warning is thrown

 WARNING  Compiled with 2 warnings                                                                                            5:39:47 PM

 warning  in ./.nuxt/index.js

107:25-32 "export 'default' (imported as 'plugin1') was not found in 'plugin1'

 warning  in ./.nuxt/index.js

113:19-26 "export 'default' (imported as 'plugin1') was not found in 'plugin1'

and page is loading with infinite reloading

P.S. workaround export default (_) => { }

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1036">#c1036</a>)</em></sub></div>