Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/Modules/PaymentGateway
الملفات الموجودة في هذا الـ Path:
.
..
Config
Console
Database
Entities
Http
PaymentGatewayProvider
Providers
Resources
Routes
Tests
composer.json
module.json
package.json
webpack.mix.js

مشاهدة ملف: webpack.mix.js

const dotenvExpand = require('dotenv-expand');
dotenvExpand(require('dotenv').config({ path: '../../.env'/*, debug: true*/}));

const mix = require('laravel-mix');
require('laravel-mix-merge-manifest');

mix.setPublicPath('../../public').mergeManifest();

mix.js(__dirname + '/Resources/assets/js/app.js', 'js/paymentgateway.js')
    .sass( __dirname + '/Resources/assets/sass/app.scss', 'css/paymentgateway.css');

if (mix.inProduction()) {
    mix.version();
}