1 Star 0 Fork 3

wdcms/social-module

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.mix.js 447 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jory 提交于 2021-01-05 17:22 . init
const dotenvExpand = require('dotenv-expand');
dotenvExpand(require('dotenv').config({ path: '../../.env'/*, debug: true*/}));
const mix = require('laravel-mix');
require('laravel-mix-merge-manifest');
mix.setPublicPath('../../public').mergeManifest();
mix.js(__dirname + '/Resources/assets/js/app.js', 'js/social.js')
.sass( __dirname + '/Resources/assets/sass/app.scss', 'css/social.css');
if (mix.inProduction()) {
mix.version();
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wdcms/social-module.git
git@gitee.com:wdcms/social-module.git
wdcms
social-module
social-module
master

搜索帮助

Cb406eda 1850385 E526c682 1850385