Leonard.Li
Leonard.Li
How webpack to buildle './src/services/client' ? ``` const Client = require('./src/services/client') module.exports = { ... dataSources: () => ({ client: new Client(), }), } ```
import { Select } from 'antd' class MySelect extends Select { ... } Select 没有被webpack正确编译,依然是"Select" 配置如下: loader: 'babel-loader', options: { presets: [ [ '@babel/preset-env', { debug: false, modules: false, useBuiltIns:...
.supply-link:disabled { .supply-link; color: @disabled-color; } ----> .supply-link:disabled { .supply-link color: @disabled-color; } That is miss supply-link semicolon =============================== &--over { .background-color(green) !important; &-forbidden { .background-color(red) !important; } --------------> &--over...
目前无论是用 空格 或是 | 都不好使, 最好可以指定时间间隔
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit report...
### What version of Elysia.JS is running? 1.0.16 ### What platform is your computer? Microsoft Windows NT 10.0.20348.0 x64 ### What steps can reproduce the bug? ``` new Elysia() .use(staticPlugin({...