feat: using externalResolver

This commit is contained in:
원더 2021-02-13 18:52:04 +09:00
parent b8e42ba62a
commit fa9d9be6f9

View File

@ -54,6 +54,6 @@ module.exports = {
return config
},
experimental: { scrollRestoration: true },
basePath
basePath,
externalResolver: true,
}