Kayson Wu
Kayson Wu
Dynamic import syntax may not be supported, see [#279](https://github.com/tleunen/babel-plugin-module-resolver/issues/279)
@johnagan Can you simplify the option to exclude directories? **Now** ``` cleanOnceBeforeBuildPatterns: ['**/*', '!dir', '!dir/**/*'] ``` **Expect** ``` cleanOnceBeforeBuildPatterns: ['**/*', '!dir'] ``` If a directory is allowed to be emptied,...
@afc163 关于让自定义验证器也能消费 [messageVariables](https://ant.design/components/form-cn/#Form.Item) 的建议,希望可以得到你的指点
Your code more than a \
I have the same issue.
你的这个库很出色,如果能增加一个 `language` 参数就完美了,因为我正在使用你的库翻译 laravel 成 go 语言,在 [Laravel str::ascii](https://github.com/laravel/framework/blob/9.x/src/Illuminate/Support/Str.php#L112) 方法中刚好有这个参数,目前在 go 的包里面就属你的包最接近了
@mrmlnc I have the same problem
I have also encountered this issue, which can help enhance the form validation function. I look forward to going online soon.