Home

Issue: 1179

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

[issue link]

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 (_) => { }

This bug report is available on Nuxt.js community (#c1036)