aboutsummaryrefslogtreecommitdiff
path: root/rollup.config.js
diff options
context:
space:
mode:
authorMichaƂ Wolny <FreexD@users.noreply.github.com>2021-04-10 16:14:40 +0200
committerGitHub <noreply@github.com>2021-04-10 16:14:40 +0200
commit7568a13676ac818088e28753c110f2152f3e8377 (patch)
treeea4ed680e931dd25e5b61d6c52a5c4af64306091 /rollup.config.js
parentUpdate README.md (diff)
parentFix build config (diff)
downloadtabler-icons-7568a13676ac818088e28753c110f2152f3e8377.tar.xz
Merge pull request #116 from adambrgmn/build-update
Update package exports and peer dependencies
Diffstat (limited to 'rollup.config.js')
-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",