aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Bergman <adam@fransvilhelm.com>2021-03-15 14:36:12 +0100
committerAdam Bergman <adam@fransvilhelm.com>2021-03-15 14:36:12 +0100
commit67f48c1bf9c497150feb171e0f9146baecb2d124 (patch)
treeea4ed680e931dd25e5b61d6c52a5c4af64306091
parentUpdate react peer dependencies (diff)
downloadtabler-icons-67f48c1bf9c497150feb171e0f9146baecb2d124.tar.xz
Fix build config
-rw-r--r--rollup.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js
index bfcf4f3e..82785cd2 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -83,7 +83,7 @@ export default [
{
input,
output: {
- file: minifyExtension(pkg.browser),
+ file: minifyExtension(pkg['umd:main']),
format: "umd",
sourcemap: true,
name: "tablerIcons",