X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=webpack.mix.js;h=60085abec5e04a85b5ad1d4f000ae5ebf7e0f388;hb=HEAD;hp=8dd2c993e7005b084ed9be48f850c3da5f48ff05;hpb=899836047a90ee13a489142e9b0b70327674e831;p=alttp.git diff --git a/webpack.mix.js b/webpack.mix.js deleted file mode 100644 index 8dd2c99..0000000 --- a/webpack.mix.js +++ /dev/null @@ -1,46 +0,0 @@ -const 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/js/app.js', 'public/js') - .react() - .sass('resources/sass/app.scss', 'public/css') - .extract([ - '@babel/runtime', - '@fortawesome/fontawesome-free', - '@fortawesome/fontawesome-svg-core', - '@fortawesome/free-brands-svg-icons', - '@fortawesome/free-solid-svg-icons', - '@fortawesome/react-fontawesome', - '@popperjs/core', - '@restart/hooks', - '@restart/ui', - 'axios', - 'formik', - 'i18next', - 'i18next-browser-languagedetector', - 'laravel-echo', - 'lodash', - 'moment', - 'numeral', - 'pusher-js', - 'react', - 'react-bootstrap', - 'react-dom', - 'react-i18next', - 'react-router-bootstrap', - 'react-router-dom', - 'toastr', - 'yup', - ]) - .sourceMaps(true) - .version();