-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add TypeScript definitions #256
Conversation
Inspired by OpenLayers approach.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Nice . I think you can get rid fo webpacks packages using the basic serve functionnality of esbuild to replace webpack-dev-server. esbuild build/index.js --bundle --outfile=build/bundle.js --loader:.svg=text --minify --sourcemap --watch --serve |
Good idea, I've tried, but Cypress doesn't seem happy yet. |
"not op_mini all", | ||
"not ie <= 11", | ||
"not android < 5" | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will leave browserslist, because it's important in mapset .... or maybe not something to test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know how to test this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will test and will addd them again if needed
There is always someone unhappy with progress :-D |
@friedjoff for the node bug on test. Upgrade the .nvmrc file and use it in the action like this: |
For apps I agree with using something like |
If you pin everybody will use the same node version so no more problem. Dependency like node-canvas are already node version dependent. The only problem I had with node version is when they were not pinned so CI didn't use the good node version and test failed for a month, and nobody care. |
Very nice thanks |
And bundle with esbuild.