We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f750d03 commit 5ee3c05Copy full SHA for 5ee3c05
package.json
@@ -7,7 +7,8 @@
7
"module": "dist/index.m.js",
8
"unpkg": "dist/index.umd.js",
9
"scripts": {
10
- "build": "microbundle --external react,events && cp node_modules/@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.css dist/",
+ "build": "microbundle build && npm run cp:css",
11
+ "cp:css": "cp node_modules/@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.css dist/",
12
"format": "prettier --write 'src/**/*.js'",
13
"prepublishOnly": "npm run build"
14
},
0 commit comments