We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Will try to do a PR for this, even I should be able to fix it. :-)
$ npm start > [email protected] start C:\Users\bwilson\source\repos\ol-ext-parcel-bundler > parcel index.html --out-dir ./.dist Server running at http://localhost:1234 × C:\Users\bwilson\source\repos\ol-ext-parcel-bundler\js\control\layerswitcher.js:5:7: Cannot resolve dependency './layerswitcher.css' at 'C:\Users\bwilson\source\repos\ol-ext-parcel-bundler\js\control\layerswitcher.css' 3 | */ 4 | import map from '../map' > 5 | import './layerswitcher.css' | ^ 6 | 7 | /* LayerSwitcher control */ 8 | import LayerSwitcher from 'ol-ext/control/LayerSwitcher'
The text was updated successfully, but these errors were encountered:
[BUG] missing file #2
930d06a
The file is missing in the repo. I forget to push it in the last commit 😢
Sorry, something went wrong.
No branches or pull requests
Will try to do a PR for this, even I should be able to fix it. :-)
The text was updated successfully, but these errors were encountered: