nnarhinen/react-pdf

Demo is minified

alondahari opened this issue · 2 comments

Hi,
The code in sample/index.js is minified, so not that helpful...

Hello,
indeed it is minified, as ./sample and ./test folders are created by Webpack, as configured in ./webpack.config.sample.js and ./webpack.config.test.js respectively.

You'd want to visit ./src-sample folder to see the code before Webpack got to work :)

Haha right in front of me... :)