-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Issue Type
- Reporting a typo
- Reporting a documentation bug
- Documentation improvement
- Documentation feedback
Request Description
In the electron.config.ts file, it states
if (options.optimization) {
webpackConfig.optimization = {
minimize: false,
concatenateModules: false,
};
}
The tests also confirm this should be correct
describe('the optimization option when true', () => {
it('should not minify', () => {
I do wonder why? Shouldn't optimisation actually minify?
I'd love to have this clarified a bit. I am willing to open a pull request for this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation