azul
azul
Tracking the collectives issue here: https://gitlab.com/collectivecloud/collectives/-/issues/265
@scott Is there a chance of getting this included? I'd be happy to rebase this on the current master and fix the style issues brought up above.
I think people are clicking this by accident because: * the clickable area is too big * there is no change in the cursor - so it seems like an...
~~Rewriting the import to only contain a variable and not a constructed string fixed the build for me.~~ ~~So in the example app this helped: https://github.com/dhruvkb/expcheck/pull/1/files~~ **update**: however this breaks...
I ran the build again with `--profile` writing to a json log. Trace taken with `--profile` ``` ModuleNotFoundError: Module not found: Error: Package path ./lib/languages is not exported from package...
> I think you need to start debug here https://github.com/webpack/webpack/blob/main/lib/ContextModuleFactory.js#L155 The one entry in `dependencies` at that point ``` category: "esm" chunkName: "highlight/[request]" exclude: null groupOptions: {} include: null mode:...
Trace of the inner error ``` Error: Package path ./lib/languages is not exported from package /home/azul/code/nextcloud/server/apps/text/node_modules/highlight.js (see exports field in /home/azul/code/nextcloud/server/apps/text/node_modules/highlight.js/package.json) at /home/azul/code/nextcloud/server/apps/text/node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js:104:7 at Hook.eval [as callAsync] (eval at create...
#14598 was an attempt at fixing this by ignoring exports in context resolvers. While this fixes the build it's also too permissive.
Looking for exactly this functionality now.
Same thing here. We currently include the github repo in the Gemfile because we depend upon some fixes.