-
Notifications
You must be signed in to change notification settings - Fork 143
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
fix es-build angular 16 'Cannot assign to import "baseApiUrl"' #408
Conversation
fixing es-build angular 16 build with error ``` Cannot assign to import "baseApiUrl" node_modules/ngx-mapbox-gl/fesm2022/ngx-mapbox-gl.mjs:34:25: 34 │ MapboxGl.baseApiUrl = options.customMapboxApiUrl; ╵ ~~~~~~~~~~ Imports are immutable in JavaScript. To modify the value of this import ``` related to evanw/esbuild#891, fixes: Wykks#403 Wykks#407
Hey, do you have any news for this PR ? I really need this fix 😬 @Wykks |
Hi, I should have looked into this before, LTGM :) |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 0c38932. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 3 targetsSent with 💌 from NxCloud. |
Hi ! Will there be a new release soon? I still can't use esbuild because of this package... |
@Wykks can you release this fix? The pipeline failed so it was never released. |
@Wykks Could you release this fix please ? 🙏 |
@Wykks is this dead? We can update the package directly, but it will be flaky for deployments. Thanks for the work too! |
fixing es-build angular 16 build with error ``` Cannot assign to import "baseApiUrl" node_modules/ngx-mapbox-gl/fesm2022/ngx-mapbox-gl.mjs:34:25: 34 │ MapboxGl.baseApiUrl = options.customMapboxApiUrl; ╵ ~~~~~~~~~~ Imports are immutable in JavaScript. To modify the value of this import ``` related to evanw/esbuild#891, fixes: Wykks#403 Wykks#407
fixing es-build angular 16 build with error
related to evanw/esbuild#891, maplibre/maplibre-gl-js#1550
fixes:
#403
#407