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