1 Star 0 Fork 63

kongxiaojie/B2B2C多商户开源版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
webpack.mix.js 672 Bytes
一键复制 编辑 原始数据 按行查看 历史
const {env} = require('minimist')(process.argv.slice(2));
/*
|--------------------------------------------------------------------------
| 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.
|
*/
if (env && env.combine) {
require(`${__dirname}/webpack.combine.js`);
return;
}
/*如果不带任何参数 则执行全部*/
if (!env) {
require(`${__dirname}/webpack.combine.js`);
return;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/kongxiaojie/laravelvip-b2b2c.git
git@gitee.com:kongxiaojie/laravelvip-b2b2c.git
kongxiaojie
laravelvip-b2b2c
B2B2C多商户开源版
master

搜索帮助