摘要:
开发 parcel serve index.html 打包 parcel build src/page/index.html --public-url ./ 阅读全文
posted @ 2022-05-17 20:29
Running00
阅读(70)
评论(0)
推荐(0)
摘要:
jest.config.js 中需要配置 testEnvironment: 'jsdom' 安装jest-environment-jsdom jest运行报错 Cannot use import statement outside a module 这是因为jest没支持es6导入导出:babel配 阅读全文
posted @ 2022-05-17 16:15
Running00
阅读(410)
评论(0)
推荐(0)