protobi/js-xlsx

cptable is not defined

Opened this issue · 1 comments

My front end reports such an error:
image

iyu98 commented

Add to webpack.config or vue.config.js

configureWebpack: {
    externals: {
      './cptable': 'var cptable'
    },
  }