Skip to content

Commit

Permalink
updated: compiler import calls
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Aug 2, 2022
1 parent 7821a67 commit 06df38a
Show file tree
Hide file tree
Showing 5 changed files with 729 additions and 266 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ raw:
@ mkdir -p $(DIST)
# Default builds UMD
@ $(ROLLUP) src/riot.js --format umd --config rollup.config.js --file $(DIST)riot.js
@ $(ROLLUP) src/riot+compiler.js --format umd --config rollup.config.js --file $(DIST)riot+compiler.js
@ HAS_VISUALIZER=1 $(ROLLUP) src/riot+compiler.js --format umd --config rollup.config.js --file $(DIST)riot+compiler.js
@ IGNORE_DEPENDENCIES=1 \
$(ROLLUP) src/riot.js \
--format esm \
Expand All @@ -76,7 +76,7 @@ min:
@ $(MINIFY) $(DIST)riot+compiler.js \
--comments false \
--toplevel \
--compress pure_funcs=['panic'],unsafe=true,unsafe_symbols=true \
--compress pure_funcs=['panic'],unsafe=true,unsafe_symbols=true,passes=5 \
--mangle \
-o $(DIST)riot+compiler.min.js;

Expand Down

0 comments on commit 06df38a

Please sign in to comment.