Skip to content

Commit

Permalink
chore(build): fix build (#329)
Browse files Browse the repository at this point in the history
fix build
update babel to not throw vuetify error
  • Loading branch information
WanderingHogan committed Dec 1, 2021
1 parent 051bd58 commit ef6a0f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/WebRTC/Wire.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
wireIdentificationMessage,
wireRefuseConnectionMessage,
wireSignalMessage,
} from './Encoders'
} from './encoders'

/**
* @description A wire is a connection between peers on a specific channel.
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export default defineNuxtConfig({
encoding: 'empty',
}
},
babel: { compact: true },
},
publicRuntimeConfig: {
clientName: pkg.name,
Expand All @@ -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',
Expand Down

0 comments on commit ef6a0f2

Please sign in to comment.