Skip to content

Commit 75b9c12

Browse files
authored
Merge pull request #1 from Codeko/PERSAPP-1457-update-parcel
chore: update parcel to v2
2 parents cdad17c + 26ceebf commit 75b9c12

File tree

4 files changed

+5
-73
lines changed

4 files changed

+5
-73
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
peerjs/
22
node_modules/
33
.idea
4-
4+
.parcel-cache/

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ rm -rf dist/ peerjs/
66
git clone https://github.com/peers/peerjs --branch v1.4.7 --single-branch peerjs
77
cd peerjs
88
git apply ../decoupling.diff
9-
../node_modules/.bin/parcel build --no-source-maps lib/exports.ts -d ../dist --out-file peerjs.min.js
109
cd ../
10+
node_modules/.bin/parcel build --no-source-maps
1111
cat imports.js dist/peerjs.min.js > dist/react-native-peerjs.js
1212
rm dist/peerjs.min.js
1313

0 commit comments

Comments
 (0)