ok
Direktori : /home2/selectio/public_html/fms-worksuite/ |
Current File : /home2/selectio/public_html/fms-worksuite/webpack.mix.js |
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/bootstrap.js', 'public/js') .scripts([ 'public/js/bootstrap.js', 'public/vendor/bootstrap/js/bootstrap.bundle.min.js', 'public/vendor/moment/moment-with-locales.min.js', 'public/vendor/moment/moment-timezone-with-data-10-year-range.js', 'public/vendor/jquery/all.min.js', 'public/vendor/jquery/datepicker.min.js', 'public/vendor/jquery/select2.min.js', 'public/vendor/jquery/plugins.bundle.min.js', 'public/vendor/jquery/scripts.bundle.min.js', 'public/vendor/froiden-helper/helper.js', 'node_modules/dropify/src/js/dropify.js', 'node_modules/sweetalert2/dist/sweetalert2.all.min.js', 'node_modules/cropperjs/dist/cropper.js', 'node_modules/bootstrap-select/js/bootstrap-select.js', 'node_modules/quill/dist/quill.min.js', 'node_modules/quill-emoji/dist/quill-emoji.js', 'node_modules/quill-mention/dist/quill.mention.min.js', 'node_modules/quill-magic-url/dist/index.js', 'resources/js/main.js', 'resources/js/custom.js' ], 'public/js/main.js') .sass('resources/scss/main.scss', 'public/css') .options({processCssUrls: false}) .sourceMaps(true, 'source-map')