fix: build

This commit is contained in:
liyasthomas
2021-08-05 19:43:46 +05:30
parent 20ffbe906f
commit 4b416586b7
6 changed files with 223 additions and 188 deletions

View File

@@ -369,7 +369,6 @@ export default {
// Build Configuration (https://go.nuxtjs.dev/config-build)
build: {
transpile: ["three"],
// You can extend webpack config here
extend(config, { isDev, isClient }) {
// Sets webpack's mode to development if `isDev` is true.