Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
想要把生成的source map文件放在指定目录下,webpack的相关配置为
output: { sourceMapFilename: 'sourcemap/xxx.js.map' },
但在umi中没看到有output属性的配置方法,想问下这个在umi中需要怎么配置。
Beta Was this translation helpful? Give feedback.
All reactions