We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
升级到最新的版本依然遇到了这样的问题,这是我的配置文件
import { defineConfig } from 'father'; export default defineConfig({ platform: 'browser', cjs: { sourcemap: true, input: 'src', transformer: 'babel', output: 'dist' } });
看了下源码是 js 的文件就会出现这个问题?官方的 demo 里面随意添加一个 js 文件就可以复现这个 bug
The text was updated successfully, but these errors were encountered:
@2239559319 有时间的话看看这个问题哈
Sorry, something went wrong.
求大佬帮忙看看这个问题~
麻烦给一下os version node version package manager version,我这边用了linux和windows没有复现
os version
node version
package manager version
同样发现了这个问题,应该是foo111.js.map,我手动改了下dist打包出来的文件就好了
No branches or pull requests
升级到最新的版本依然遇到了这样的问题,这是我的配置文件
看了下源码是 js 的文件就会出现这个问题?官方的 demo 里面随意添加一个 js 文件就可以复现这个 bug
The text was updated successfully, but these errors were encountered: