mapbox-gl-directions icon indicating copy to clipboard operation
mapbox-gl-directions copied to clipboard

Change package main file to `dist`, alternative `module` for webpack/rollup

Open euxn23 opened this issue 7 years ago • 1 comments

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.

FYI: What is the “module” package.json field for?

euxn23 avatar Apr 06 '18 06:04 euxn23

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 😠

Disorrder avatar Jan 24 '19 00:01 Disorrder