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
`> @ build D:\github\neostfox\unplugin-vue\examples\esbuild
tsx build.ts
▲ [WARNING] Comments in CSS use "/* ... */" instead of "//" [js-comment-in-css]
unplugin-vue:D:\github\neostfox\unplugin-vue\examples\esbuild\src\App.vue?vue&type=style&index=0&lang.scss:7:0: 7 │ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiRDovZ2l0aHViL25lb3N0Zm94L3VucGx1Z... ╵ ~~`
when use scss and set preprocessLang as 'scss'
should chang ({ mappings: '' } as any) to (null as any) ({ mappings: '' } as any)
https://github.com/neostfox/unplugin-vue
System: OS: Windows 10 10.0.22621 CPU: (16) x64 AMD Ryzen 7 PRO 5850U with Radeon Graphics Memory: 10.23 GB / 30.83 GB Binaries: Node: 16.17.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.19 - C:\Program Files\nodejs\yarn.CMD npm: 8.15.0 - C:\Program Files\nodejs\npm.CMD Browsers: Edge: Spartan (44.22621.963.0), Chromium (108.0.1462.76) Internet Explorer: 11.0.22621.1
pnpm
The text was updated successfully, but these errors were encountered:
不管是css还是 scss,即使配置了 { test: /\.css$/i, use: [ MiniCssExtractPlugin.loader, { loader: 'css-loader', options: { esModule: false } } ] }, webpack 依旧报错。
{ test: /\.css$/i, use: [ MiniCssExtractPlugin.loader, { loader: 'css-loader', options: { esModule: false } } ] },
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
`> @ build D:\github\neostfox\unplugin-vue\examples\esbuild
▲ [WARNING] Comments in CSS use "/* ... */" instead of "//" [js-comment-in-css]
when use scss and set preprocessLang as 'scss'
should chang ({ mappings: '' } as any) to (null as any) ({ mappings: '' } as any)
Reproduction
https://github.com/neostfox/unplugin-vue
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: