SDK 버전을 업데이트하니 (1.1.2 or 1.1.3 둘 다) 이런 에러 메세지가 뜨는데요, 1.1.1에서는 정상동작합니다. granite config를 업데이트해야 할까요?
import { defineConfig } from '@apps-in-toss/web-framework/config';
export default defineConfig({
appName: //,
brand: {
//
},
web: {
host: 'localhost',
port: 5173,
commands: {
dev: 'vite',
build: 'vite build',
},
},
permissions: [],
outdir: 'dist',
});
에러 메세지:
Error Cannot destructure property 'devServer' of 'config.pluginHooks' as it is undefined.
그리고 android 2025-09-22/2246 버전에서는 1.1.1로 연결한 서버가 인식이 안되네요:
