Include full filename in import specifier
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* A worker that responds to messages by posting a message with the version identifer.
|
||||
* @module ol/worker/version
|
||||
*/
|
||||
import {VERSION} from '../util';
|
||||
import {VERSION} from '../util.js';
|
||||
|
||||
onmessage = event => {
|
||||
console.log('version worker received message:', event.data); // eslint-disable-line
|
||||
|
||||
Reference in New Issue
Block a user