1 Star 0 Fork 7

强兴/Dcat Admin 整合插件快速开发版本

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
webpack.mix.js 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
未设想de路 提交于 2022-10-20 15:13 . 更换vite为webpack.mix.js
const mix = require('laravel-mix');
/*
|--------------------------------------------------------------------------
| Mix Asset Management
|--------------------------------------------------------------------------
|
| Mix provides a clean, fluent API for defining some Webpack build steps
| for your Laravel application. By default, we are compiling the Sass
| file for the application as well as bundling up all the JS files.
|
*/
mix.sass('resources/css/mob.scss', 'public/assets/css')
.sass('resources/css/web.scss', 'public/assets/css')
.sass('resources/css/app.scss', 'public/assets/css');
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/qx7514/dcat-faster.git
git@gitee.com:qx7514/dcat-faster.git
qx7514
dcat-faster
Dcat Admin 整合插件快速开发版本
master

搜索帮助