UNPKG

vue-instagram-cropper

Version:

Simple Image Cropper that works like Instagram for Vue

12 lines (9 loc) 290 B
const mix = require('laravel-mix'); /** * Somehow I cannot use Laravel mix to create the dist folder. So I'm just using it for the demo. * This here is just for the demo */ mix.js('demo/resources/js/app.js', 'demo/public/js/app.js'); if (!mix.inProduction()) { mix.sourceMaps(); }