diff --git a/libraries/WebRTC/Wire.ts b/libraries/WebRTC/Wire.ts index 106dbc1aed..d39d40e96e 100644 --- a/libraries/WebRTC/Wire.ts +++ b/libraries/WebRTC/Wire.ts @@ -12,7 +12,7 @@ import { wireIdentificationMessage, wireRefuseConnectionMessage, wireSignalMessage, -} from './Encoders' +} from './encoders' /** * @description A wire is a connection between peers on a specific channel. diff --git a/nuxt.config.js b/nuxt.config.js index 6e278c27bd..d7bcb8eb80 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -167,6 +167,7 @@ export default defineNuxtConfig({ encoding: 'empty', } }, + babel: { compact: true }, }, publicRuntimeConfig: { clientName: pkg.name, @@ -179,7 +180,6 @@ export default defineNuxtConfig({ }, stats: 'verbose', }, - // Ignore types files inside vuex modules otherwise they are included in the // vuex configuration ignore: 'store/*/types.ts',