We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60220a5 commit 54302cfCopy full SHA for 54302cf
CONTRIBUTING.md
@@ -19,11 +19,9 @@ browse http://localhost:1234
19
```
20
21
### OLCesium import
22
-The examples use a compiled version of OLCesium. If you want to use the source code directly you can change the import to '../src/olcs.ts'
23
24
-```typescript
25
-import OLCesium from 'olcs'; // or '../src/olcs.ts' for source code
26
-```
+The examples use a compiled version of OLCesium. If you want to use the source code directly you can define an alias.
+See https://en.parceljs.org/module_resolution.html#aliases
27
28
### The `check` target
29
0 commit comments