vue.config.js 96 B

1234567
  1. module.exports = {
  2. configureWebpack: {
  3. externals: {
  4. 'pdfjs': 'pdfjsLib'
  5. }
  6. }
  7. }