1 Star 0 Fork 0

houde/wuxue-bigscreen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
craco.config.js 609 Bytes
一键复制 编辑 原始数据 按行查看 历史
houde 提交于 2023-06-26 10:28 . 初始化
const CracoLessPlugin = require("craco-less");
module.exports = {
devServer: {
port: 9000
},
webpack: {
alias: {
'react-dom': '@hot-loader/react-dom'
}
},
plugins: [
{ plugin: require('craco-plugin-react-hot-reload') },
{
plugin: CracoLessPlugin,
options: {
lessLoaderOptions: {
lessOptions: {
modifyVars: {
"primary-color": "#00d0fa",
"text-color": "#00d0fa",
"text-color-secondary": "#00d0fa"
},
javascriptEnabled: true
}
}
}
}
]
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/niehoude/wuxue-bigscreen.git
git@gitee.com:niehoude/wuxue-bigscreen.git
niehoude
wuxue-bigscreen
wuxue-bigscreen
master

搜索帮助