Welcome to My Github Profile
I am a Fullstack Developer from Indonesia.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseMotivation:
1. I need Dynamic Import needed for lazyload Inertia Pages
2. I also need `Mix.extract()` function enabled on `webpack.mix.js` in order to separate bundle based on vendor
3. If we doing both without "mini-css-extract-plugin" `app.css` will be build with 0 bytes.
<?php
use PhpCsFixer\Config;
use PhpCsFixer\Finder;
module.exports = {
cacheId: "imsus.dev-production",
globDirectory: "./public",
globPatterns: ["**/*.{css,js,eot,ttf,woff,woff2,otf}"],
swDest: "./public/service-worker.js",