Pdfmake Use In An Application With Webpack
I'm just going to build an application in Webpack and would like to integrate pdfmake unfortunately I encounter this problems. I have the file 'pdfmake.js' are in my 'web_modules'
Solution 1:
i solved my problem with the following code line: require("script!pdfmake"); You have to use the scriptloader from webpack.
Post a Comment for "Pdfmake Use In An Application With Webpack"