|
|
|
|
|
by moritzwarhier
969 days ago
|
|
The optimization points are good to keep in mind, no? See for example: https://github.com/rollup/rollup/issues/349 I think it is good to know that there is no tree shaking for class methods, even when public. This is a valid consideration IMO. The missing minification of identifiers and properties of the Vue instance in general were always bugging me in Vue 2, even when not using the class keyword. |
|