v2.4.0-25749301.ad286acd (edge)
https://github.com/Developmint/nuxt-webfontloader/pull/3
Renovate Bot upgrading to last nuxt-edge version make tests fail
https://travis-ci.com/Developmint/nuxt-webfontloader/jobs/165424361
Upgrade to last nuxt-edge version (2.4.0-25749301.ad286acd)
=> Usage of modules['@@'] in nuxt.config.js does not work anymore.
Just use this behavior to reproduce the error shown in the CI pipeline linked to the reproduction link.
This behavior is a trick to make Nuxt resolve the main entry of the package.json as a module, it's used in testing Nuxt module packages.
The behavior must still work.
The behavior doesn't work anymore.
Seems to be related to https://github.com/nuxt/nuxt.js/pull/4548
I see why this is happening, I'm putting a PR together now that should cover both cases
Most helpful comment
I see why this is happening, I'm putting a PR together now that should cover both cases