0 Star 0 Fork 46

ryvius_key / ebank

forked from yybawang / ebank 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.mix.js 783 Bytes
一键复制 编辑 原始数据 按行查看 历史
yybawang 提交于 2019-11-27 11:11 . :bug:修正原子锁逻辑
let 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/assets/js/app.js', 'js')
.sass('resources/assets/sass/app.scss', 'css')
// .extract(['vue','vue-router','vue-datepicker-local','axios'])
// .version()
// .sourceMaps()
;
mix.disableNotifications();
mix.setPublicPath('public/dist').setResourceRoot('/dist/');
mix.webpackConfig({
output : {
publicPath: 'dist/',
}
});
PHP
1
https://gitee.com/ryvius_key/ebank.git
git@gitee.com:ryvius_key/ebank.git
ryvius_key
ebank
ebank
master

搜索帮助