-
Hi,
I am using below code to install module federation plugin :
`const ModuleFederationPlugin = require("webpack/lib/container/ModuleFederationPlugin");
console.log(ModuleFederationPlugin);
m…
-
Kibana is on `pdfmake` version 0.2.7 and the latest is 0.2.13.
Looking at the [change log](https://github.com/bpampuch/pdfmake/releases) of `pdfmake`, it is hard to tell if the changes would fix any…
-
Hello
We're using multiple instances (web applications) running on different ports generating some PDFs with vue-pdfmake.
Unfortunately on Chrome and Edge, XMLHttpRequests are blocked by CORS po…
ghost updated
10 months ago
-
Please look at https://github.com/bpampuch/pdfmake/issues/935
-
Hi, I am using react v18 and I am trying to code split pdfmake module but no luck.
I have tried to use Lazy load from react in the component I am importing pdfmake but it is still in main js, tried a…
-
Hello together,
first I have to thank you for a great, well documented library.
After hopping through the examples, I decided that pdfmake would be a great addition to a small C++project embedding a…
-
성능 개선에 돌아버린 자의 웹팩 설정 삽질기..
1. amchart 사용 시 pdfmake, xlsx는 현재 사용하지 않으나, 번들 사이즈를 키우고 진입을 느리게 하므로 external에 넣어주기.
> externals(context, request, callback) {
> if (/xlsx|canvg|pd…
-
I am running an angular project where I am using the pdfmake package, I needed to generate pdf, it is working fine though I am having this error on my terminal :
Types of property 'content' are in…
-
I installed svelte as shown in the official page's guide
```
npx degit [sveltejs/template](https://github.com/sveltejs/template) my-svelte-project
cd my-svelte-project
npm install
npm run dev
…
-
Clearly Node ("server-side") setup is a stumbling block, especially around fonts.
#916
https://github.com/bpampuch/pdfmake/issues/1044#issuecomment-308321337
#1062
I'd say libraries should just…
mLuby updated
3 years ago