1 const mix = require('laravel-mix');
4 |--------------------------------------------------------------------------
6 |--------------------------------------------------------------------------
8 | Mix provides a clean, fluent API for defining some Webpack build steps
9 | for your Laravel application. By default, we are compiling the Sass
10 | file for the application as well as bundling up all the JS files.
14 mix.js('resources/js/app.js', 'public/js')
16 .sass('resources/sass/app.scss', 'public/css')
19 '@fortawesome/fontawesome-free',
20 '@fortawesome/fontawesome-svg-core',
21 '@fortawesome/free-brands-svg-icons',
22 '@fortawesome/free-solid-svg-icons',
23 '@fortawesome/react-fontawesome',
54 'hoist-non-react-statics',
56 'html-parse-stringify',
58 'i18next-browser-languagedetector',
84 'react-lifecycles-compat',
85 'react-resize-detector',
87 'react-router-bootstrap',
90 'react-transition-group',
94 'regenerator-runtime',
95 'resize-observer-polyfill',