-
-
Notifications
You must be signed in to change notification settings - Fork 257
Description
Version
npmPackages: @rsbuild/plugin-vue@1.0.7
https://github.com/webpack-contrib/stylus-loader#stylusoptions
define: [
["$development", process.env.NODE_ENV === "development"],
["rawVar", 42, true],
],
`define` is wrongDetails
StylusOptions is wrong, define should be Array like:
define?: [string, any, boolean?][];
Reproduce link
Reproduce Steps
check /project/workspace/rsbuild.config.mjs -> stylusOptions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels