Skip to content

Commit

Permalink
Instruct Rollup to use constants when exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Mar 14, 2019
1 parent 95fde8d commit f73eb6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ umd: lib/index.js
$(ENTRY).js: lib/*/*.mjs lib/*/*/*.mjs
npx rollup \
--format umd \
--preferConst \
--sourcemap $@.map \
--name $(UMD_NAME) \
--input $(ENTRY).mjs \
Expand Down

0 comments on commit f73eb6a

Please sign in to comment.