1 Star 0 Fork 0

邓小树/larabbs

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
webpack.mix.js 660 Bytes
Copy Edit Raw Blame History
邓小树 authored 2019-06-12 03:06 . 初始化
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.js('resources/js/app.js', 'public/js')
.sass('resources/sass/app.scss', 'public/css').version()
.copyDirectory('resources/editor/js', 'public/js')
.copyDirectory('resources/editor/css', 'public/css');
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/DengXiaoShu/larabbs.git
git@gitee.com:DengXiaoShu/larabbs.git
DengXiaoShu
larabbs
larabbs
master

Search

23e8dbc6 1850385 7e0993f3 1850385