Skip to content

Commit

Permalink
Replace browserify with rollup (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp authored Dec 22, 2024
1 parent d30c272 commit c9032bd
Show file tree
Hide file tree
Showing 5 changed files with 867 additions and 2,200 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ setup:
node packages/xmpp.js/script.js
npm install
cd packages/xmpp.js/ && npm run prepublish
node bundle.js
make bundle

lint:
npx eslint --cache .

test:
cd packages/xmpp.js/ && npm run prepublish
npm install
node bundle.js
make bundle
npx jest
make lint
make bundlesize
Expand All @@ -23,7 +23,7 @@ ci:
make lint
make restart
npx lerna run prepublish
node bundle.js
make bundle
make e2e
make bundlesize

Expand Down Expand Up @@ -58,7 +58,7 @@ bundlesize:
npx bundlesize

bundle:
node bundle.js
npx rollup -c rollup.config.js

size:
make bundle
Expand Down
38 changes: 0 additions & 38 deletions bundle.js

This file was deleted.

Loading

0 comments on commit c9032bd

Please sign in to comment.