-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Hello,
When installing a project with npm install --ignore-script
, the usageStatistics
method is not exported in the vaadin-usage-statistics.js
file. This is the actual content:
import './vaadin-usage-statistics-collect.js';
Thus, making it unusable as soon as you want to build a project using a vaadin component.
A solution could be to change the default content to the following:
export { usageStatistics } from './vaadin-usage-statistics-collect.js';
What do you think ?
I'd tried to make a PR myself, but I'm a little lost on how/which file I should modify to commit the changes. How vaadin-usage-statistics-collect.html
is transpiled into vaadin-usage-statistics-collect.js
?
Thanks for reading my issue and keep up the good work !
Metadata
Metadata
Assignees
Labels
No labels