Skip to content
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

layerswitcher.css file missing #2

Open
brian32768 opened this issue May 30, 2019 · 1 comment
Open

layerswitcher.css file missing #2

brian32768 opened this issue May 30, 2019 · 1 comment

Comments

@brian32768
Copy link

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'

Viglino added a commit that referenced this issue Jun 3, 2019
@Viglino
Copy link
Owner

Viglino commented Jun 3, 2019

The file is missing in the repo. I forget to push it in the last commit 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants