File manager - Edit - /var/www/payraty/inventory_main/webpack.mix.js
Back
const mix = require("laravel-mix"); const path = require("path"); /* |-------------------------------------------------------------------------- | 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.setResourceRoot(process.env.MIX_ASSET_URL); mix.js("resources/js/app.js", "public/js") .webpackConfig({ output: { chunkFilename: "js/chunks/[name].[chunkhash].js", publicPath: "/", }, }) .vue() .disableNotifications(); // ✅ Only apply versioning in production if (mix.inProduction()) { mix.version(); }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.9 |
proxy
|
phpinfo
|
Settings