Add command to check source maps

pull/11/head
Lim Chee Aun 2022-12-19 14:49:25 +08:00
rodzic 8c97dcc5bc
commit 40b2f5b65c
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,8 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"fetch-instances": "env $(cat .env.dev | grep -v \"#\" | xargs) node scripts/fetch-instances-list.js"
"fetch-instances": "env $(cat .env.dev | grep -v \"#\" | xargs) node scripts/fetch-instances-list.js",
"source-map-explorer": "npx source-map-explorer dist/assets/*.js"
},
"dependencies": {
"@github/text-expander-element": "~2.3.0",