This relative module was not found .cptable webpack

    xiaoxiao2023-09-30  144

    在使用xlsx库的时候遇到的报错。

    This relative module was not found: * ./cptable in ./node_modules/xlsx-style/dist/cpexcel.js

    记录解决方法,我是使用webpack进行配置的。 在chainWebpack里面增加一行代码,重新编译,即可。

    config.externals({ './cptable': 'var cptable' })
    最新回复(0)