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
3.4.0
N/A
No response
https://github.com/sonofmagic/weapp-tailwindcss/blob/weapp-vite%401.0.1/packages/weapp-tailwindcss/src/js/index.ts#L213
https://github.com/sonofmagic/weapp-tailwindcss/blob/weapp-vite%401.0.1/packages/weapp-tailwindcss/src/js/index.ts#L193
看这两处地方,没有输出 map,weapp-tailwindcss/core api 中也没有 map 属性
期望能输出 source map
没有 map 输出
The text was updated successfully, but these errors were encountered:
如果输出 map 是符合预期的我可以提交 mr
Sorry, something went wrong.
是的,返回 js / css 的 sourcemap 是符合预期的,这样我把新版本到 3.5.0 ,在这个版本里面把 weapp-tailwindcss/core 的返回值,从一个 string,变成一个对象:
已经在 3.5.0 版本中发布
js 的返回结果,从string 变为
{ code: string, map: SourceMap }
css 的返回结果从,string 变为
{ css :string, map: SourceMap }
其他字段同 postcss Result
希望能对你有所帮助
feat(weapp-tailwindcss): [Bug]: 使用 Nodejs API weapp-tailwindcss/core,…
f1c820d
…无法获取 SourceMap #355
Feature/taro v4 (#358)
2d19fe7
* chore(demo): commit taro v4 vite demo * chore(demo): upgrade deps * chore(demo): taro-app upgrade v4 * chore(demo): upgrade * docs: add taro v4 vite * chore(demo): upgrade snap * feat(weapp-tailwindcss): [Bug]: 使用 Nodejs API weapp-tailwindcss/core,无法获取 SourceMap #355 * chore(weapp-vite): remove strict head * fix(weapp-vite): watcherCache close watcher
sonofmagic
No branches or pull requests
weapp-tailwindcss 版本
3.4.0
框架 & 小程序平台
N/A
最小复现bug的代码仓库链接
No response
复现bug的步骤
https://github.com/sonofmagic/weapp-tailwindcss/blob/weapp-vite%401.0.1/packages/weapp-tailwindcss/src/js/index.ts#L213
https://github.com/sonofmagic/weapp-tailwindcss/blob/weapp-vite%401.0.1/packages/weapp-tailwindcss/src/js/index.ts#L193
看这两处地方,没有输出 map,weapp-tailwindcss/core api 中也没有 map 属性
预期是什么?
期望能输出 source map
实际发生了什么?
没有 map 输出
运行环境
No response
其他附加信息
No response
The text was updated successfully, but these errors were encountered: