From 0a9080c5afaf0cb9812123e9b45621c0272c2ac1 Mon Sep 17 00:00:00 2001 From: TT TY Date: Tue, 3 Mar 2015 12:09:59 +0000 Subject: [PATCH] Updated Setup PDF.js in a website (markdown) --- Setup-PDF.js-in-a-website.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Setup-PDF.js-in-a-website.md b/Setup-PDF.js-in-a-website.md index fdafa1b..1be38ad 100644 --- a/Setup-PDF.js-in-a-website.md +++ b/Setup-PDF.js-in-a-website.md @@ -17,7 +17,6 @@ If you use webpack or browserify there is an easy way to require the files: // Install `npm install url-loader` first. // This will enable you to get the url of the worker and the pdf to use in the index.js. // Notice that for the build process it might need some extra work. - webpackConfig.module.loaders = { test: /\.pdf$|pdf\.worker\.js$/, loader: "url-loader?limit=10000"