1 Star 0 Fork 117

SevenNull/b5LaravelCMF

forked from 冰舞奇迹/b5LaravelCMF 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
webpack.mix.js 559 Bytes
Copy Edit Raw Blame History
冰舞奇迹 authored 2022-04-13 16:44 . v2.0
const mix = require('laravel-mix');
/*
|--------------------------------------------------------------------------
| Mix Asset Management
|--------------------------------------------------------------------------
|
| Mix provides a clean, fluent API for defining some Webpack build steps
| for your Laravel applications. By default, we are compiling the CSS
| file for the application as well as bundling up all the JS files.
|
*/
mix.js('resources/js/app.js', 'public/js')
.postCss('resources/css/app.css', 'public/css', [
//
]);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/sixtomay/b5-laravel-cmf.git
git@gitee.com:sixtomay/b5-laravel-cmf.git
sixtomay
b5-laravel-cmf
b5LaravelCMF
master

Search