/** * Pass an object with the following properties to the array: * * filename (optional) (default: `Main.js`) The name of the entry file * entryPath (optional) (default: `Resources/Private/Fusion`) The entry path, relative to the package * publicPath (optional) (default: `Resources/Public`) The public path, relative to the package * hasSourceMap (optional) (default: `true`) Flag to toggle source map generation */ const packages = [{}]; module.exports = packages;