diff options
author | Adam Bergman <adam@fransvilhelm.com> | 2021-03-15 14:36:12 +0100 |
---|---|---|
committer | Adam Bergman <adam@fransvilhelm.com> | 2021-03-15 14:36:12 +0100 |
commit | 67f48c1bf9c497150feb171e0f9146baecb2d124 (patch) | |
tree | ea4ed680e931dd25e5b61d6c52a5c4af64306091 | |
parent | Update react peer dependencies (diff) | |
download | tabler-icons-67f48c1bf9c497150feb171e0f9146baecb2d124.tar.xz |
Fix build config
-rw-r--r-- | rollup.config.js | 2 |
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", |