Stephane ROBINO
Stephane ROBINO
What do you think about formatting all the repo? it will prevent big changes in future contribution.
Hello @ajayjaggi, did you try to use correct key for chunkExtractor.js? this https://github.com/gregberge/loadable-components/pull/638/files#diff-ae8b2f8a1736c52b65efbc3c341977cb11ce566027e0befaf874569fe969dcadR208 instead of https://github.com/ajayjaggi/MicroForntEnd-Basic-Structure/blob/master/Edge/node_modules/%40loadable/server/lib/ChunkExtractor.js#L208 example ```diff return { - cleanFilename, + filename: resolvedFilename, ... ```
Did you use webpack `LoadablePlugin` in your webpack config?
Hey @AndrewDryga, any thoughts on this? The idea is to provide a telemetry version of `LoggerJSON.Plug`
As a POC, I created a s3 proxy plugin to serve static documentation (storybook, ex_doc, ....) directly from backstage and avoid modifying the build to fit with TechDocs system.
On my side, I wanted to serve static documentation without modifying them. For this I did the following: 1. Build a front end plugin to add an entity route. This...
thanks @drewbarber for reporting this issue. I'm going to test the plugin in iOS and let you know as soon as possible.
Yes, my idea is to calculate a rate with the real image size and the displayed image size to compensate position, line width or font-size. This rate will be calculated...
Pushed a new version 0.0.3.
@quaresc can you rebase this PR?