assets: Use new websocket client

This commit is contained in:
Tom Wiesing 2023-11-13 11:04:03 +01:00
parent e91f1f2413
commit 6a739df24b
No known key found for this signature in database
67 changed files with 437 additions and 562 deletions

View file

@ -95,7 +95,7 @@ const bundler = new Parcel({
defaultTargetOptions: {
shouldOptimize: true,
shouldScopeHoist: true,
sourceMaps: false,
sourceMaps: true,
distDir: DIST_DIR,
publicUrl: PUBLIC_DIR,
engines: {