Separate example scripts for dev and prod

This commit is contained in:
Tim Schaub
2017-08-27 10:21:07 -06:00
committed by Tim Schaub
parent 93411a2b91
commit 8a9bbd6264
26 changed files with 71 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
import _ol_ from '../src/ol.js';
import _ol_ from '../src/ol/index.js';
import _ol_Map_ from '../src/ol/Map.js';
import _ol_View_ from '../src/ol/View.js';
import _ol_control_ from '../src/ol/control.js';