admin管理员组

文章数量:1323730

The goal is to allow my chrome extension to convert the first page of pdf file to image thumbnail. Despite my setting to bundle all the code to one single file, The output of the bundling is two files: main.js and node_module_pdf_dist.js. what should i define in manifest file to allow main.js import functions from the second file?

本文标签: pdfjsWebpack chunks for chrome extensionStack Overflow