Include full filename in import specifier

This commit is contained in:
Tim Schaub
2019-05-28 16:06:42 -06:00
parent c4e465dcf9
commit deb00f20fe
37 changed files with 118 additions and 118 deletions
+1 -1
View File
@@ -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