You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logLevel: 'info', // Show warnings, errors, and an output file summary.
sourcemap: true, // Source maps can make it easier to debug your code. They encode the information necessary to translate from a line/column offset in a generated output file back to a line/column offset in the corresponding original input file.
minify: true, // When enabled, the generated code will be minified instead of pretty-printed.
outdir: './dist', // Sets the output directory for the build operation.
entryPoints: [ // This is an array of files that each serve as an input to the bundling algorithm.