Skip to content

Commit

Permalink
Merge pull request #13297 from Snuffleupagus/webpack-example-minifica…
Browse files Browse the repository at this point in the history
…tion-warning

Add a note about minification to the webpack-example README (issue 13290)
  • Loading branch information
timvandermeij committed Apr 25, 2021
2 parents ab24282 + 24aae85 commit 2e9c2ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/webpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Refer to the `main.js` and `webpack.config.js` files for the source code.
Note that PDF.js packaging requires packaging of the main application and
the worker code, and the `workerSrc` path shall be set to the latter file.

### Minification

If you are configuring Webpack to output a minified build, please note that you
*must* configure the minifier to keep original class/function names intact;
otherwise the build is not guaranteed to work correctly.

## Worker loading

If you are getting the `Setting up fake worker` warning, make sure you are
Expand Down

0 comments on commit 2e9c2ab

Please sign in to comment.