You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only solution I could find is to downgrade the compilerOptions.target in my tsconfig.json file to "es5" from "es2017".
I'm not sure this is ideal, are there any plans to upgrade compiler options?
I am now getting the following message during compile:
(Component) depends on 'ol-layerswitcher'. CommonJS or AMD dependencies can cause optimization bailouts.
The text was updated successfully, but these errors were encountered:
Hi Matt,
You're at a level of coding which I could only dream of.
Layer Switcher is a great addition to Open Layers and I think you for your efforts.
I am simply passing back what occurred during an upgrade from Angular 7 to Angular 12, any help would be greatly appreciated.
I try keep my console as clean as possible so spotted this during running ng-serve.
Reference this issue:
Class constructor Control cannot be invoked without 'new'
The only solution I could find is to downgrade the
compilerOptions.target
in mytsconfig.json
file to "es5" from "es2017".I'm not sure this is ideal, are there any plans to upgrade compiler options?
I am now getting the following message during compile:
The text was updated successfully, but these errors were encountered: