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
windows下使用umi4,开启mako及约定式路由build后,less样式丢失,通过浏览器debug,可以看到样式文件以base64格式打包进去了。 使用配置式路由是正常,npm start也正常,只有约定式路由下npm run build 会有问题。
npm run build
import { defineConfig } from "umi"; export default defineConfig({ //routes: [ // { path: "/", component: "index" }, // { path: "/docs", component: "docs" }, //], npmClient: 'pnpm', mako: {}, exportStatic: {}, });
https://codesandbox.io/p/sandbox/7gljcr
Steps to reproduce the behavior: 1. 2.
Expected behavior 1. 2.
The text was updated successfully, but these errors were encountered:
help @sorrycc
Sorry, something went wrong.
No branches or pull requests
What happens?
windows下使用umi4,开启mako及约定式路由build后,less样式丢失,通过浏览器debug,可以看到样式文件以base64格式打包进去了。
使用配置式路由是正常,npm start也正常,只有约定式路由下
npm run build
会有问题。Mini Showcase Repository(REQUIRED)
https://codesandbox.io/p/sandbox/7gljcr
How To Reproduce
Steps to reproduce the behavior: 1. 2.
Expected behavior 1. 2.
Context
The text was updated successfully, but these errors were encountered: