diff options
author | Michal Wolny <michal.wolny@versum.pl> | 2021-04-10 16:27:59 +0200 |
---|---|---|
committer | Michal Wolny <michal.wolny@versum.pl> | 2021-04-10 16:27:59 +0200 |
commit | a207bc26baf11ec0c064bb0312eac49bb8e8408e (patch) | |
tree | f8c816abb5d43739d7f91bd3ce17506b3d19f1b6 /rollup.config.js | |
parent | Merge pull request #116 from adambrgmn/build-update (diff) | |
download | tabler-icons-a207bc26baf11ec0c064bb0312eac49bb8e8408e.tar.xz |
fix js build
Diffstat (limited to 'rollup.config.js')
-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 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", |