This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Best practice to reduce js output file size? #1695
Open
Description
Searching I've seen tricks like this
@MirrorsUsed(targets: const[
'angular',
'angular.core',
'angular.core.dom',
'angular.filter',
'angular.perf',
'angular.directive',
'angular.routing',
'angular.core.parser',
'NodeTreeSanitizer'
],
override: '*')
import 'dart:mirrors';
or like this
@MirrorsUsed(override: '*')
import 'dart:mirrors';
It could even be neither. What is the ACTUAL best practice to get small js output?
Metadata
Metadata
Assignees
Labels
No labels