Sindbad~EG File Manager
/**
* This is the Parcel bundler for the PRODUCTION version
*/
const Bundler = require('parcel-bundler');
const Path = require('path');
const file = Path.join(__dirname, './src/script.js');
const options = {
outDir: Path.join(__dirname, './dist'),
outFile: 'bundle.min.js',
watch: true,
cache: false,
minify: true,
hmr: false,
sourceMaps: false
};
const bundler = new Bundler(file, options);
bundler.bundle();
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists