unic / estatico-nou

Static site generator for frontend engineers
https://unic.com
13 stars 6 forks source link

Feature/fix missing export skiplinks #55

Closed orioltf closed 5 years ago

orioltf commented 6 years ago

This warning:

WARNING in ./src/assets/js/helpers/estaticoapp.js 50:29-38
    "export 'default' (imported as 'SkipLinks') was not found in '../../../demo/modules/skiplinks/skiplinks.js'
     @ ./src/assets/js/main.js

is triggered the first time we build because Skiplinks doesn't export anything.

I basically export the import from Skiplinks (because this time this plugin makes nothing else) and removed Skiplinks from the module registry in estaticoapp.js to initialize it in the constructor.

backflip commented 5 years ago

@orioltf, I allowed myself to remove another reference to MainNavigation