mapbox-gl-directions
mapbox-gl-directions copied to clipboard
Change package main file to `dist`, alternative `module` for webpack/rollup
I think package.json's main field should be built file. (can be used in vanilla js).
Now for webpack/rollup, module field is available, so I edited package.json about them.
Well, Webpack recommends to import code from src, and not recommend to use minified files. Unfortunately I forgot where I saw it to proof But! We can't use sources because of #185 😠