aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Wolny <michal.wolny@versum.pl>2021-04-10 16:27:59 +0200
committerMichal Wolny <michal.wolny@versum.pl>2021-04-10 16:27:59 +0200
commita207bc26baf11ec0c064bb0312eac49bb8e8408e (patch)
treef8c816abb5d43739d7f91bd3ce17506b3d19f1b6
parentMerge pull request #116 from adambrgmn/build-update (diff)
downloadtabler-icons-a207bc26baf11ec0c064bb0312eac49bb8e8408e.tar.xz
fix js build
-rw-r--r--rollup.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rollup.config.js b/rollup.config.js
index 82785cd2..2b1b9845 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -68,7 +68,7 @@ export default [
{
input,
output: {
- file: pkg.browser,
+ file: pkg['umd:main'],
format: "umd",
sourcemap: true,
name: "tablerIcons",