mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
web: get rid of web-streams-polyfill
This commit is contained in:
committed by
Abdullah Atta
parent
03a2a2f9cc
commit
00053cb99d
@@ -80,7 +80,6 @@
|
|||||||
"snarkdown": "^2.0.0",
|
"snarkdown": "^2.0.0",
|
||||||
"timeago.js": "4.0.2",
|
"timeago.js": "4.0.2",
|
||||||
"w3c-keyname": "^2.2.6",
|
"w3c-keyname": "^2.2.6",
|
||||||
"web-streams-polyfill": "^3.1.1",
|
|
||||||
"wouter": "2.12.1",
|
"wouter": "2.12.1",
|
||||||
"zustand": "4.4.7",
|
"zustand": "4.4.7",
|
||||||
"zustand-mutative": "^1.0.1"
|
"zustand-mutative": "^1.0.1"
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import "web-streams-polyfill/dist/ponyfill";
|
|
||||||
import { xxhash64, createXXHash64 } from "hash-wasm";
|
import { xxhash64, createXXHash64 } from "hash-wasm";
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import { AppEventManager, AppEvents } from "../common/app-events";
|
import { AppEventManager, AppEvents } from "../common/app-events";
|
||||||
|
|||||||
Reference in New Issue
Block a user