"dependencies": {
"@quasar/extras": "^1.0.0",
"@sentry/browser": "^5.15.5",
"@sentry/integrations": "^5.15.5",
"@shopify/draggable": "^1.0.0-beta.8",
"animate.css": "^4.1.0",
"axios": "^0.19.0",
"core-js": "^3.1.2",
"konva": "^4.0.16",
"libphonenumber-js": "^1.7.38",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"quasar": "^1.11.3",
"query-string": "^6.12.1",
"register-service-worker": "^1.6.2",
"v-calendar": "^1.0.0-beta.23",
"validator": "^12.1.0",
"vue": "^2.6.10",
"vue-axios": "^2.1.5",
"vue-bounce": "^1.1.0",
"vue-class-component": "^7.0.2",
"vue-infinite-loading": "^2.4.4",
"vue-konva": "^2.0.11",
"vue-loaders": "^3.0.2",
"vue-multiselect": "^2.1.6",
"vue-online-2": "^2.2.0",
"vue-pinch-zoom": "^1.0.1",
"vue-property-decorator": "^8.1.0",
"vue-router": "^3.0.3",
"vue-scroll-sync": "^1.0.5",
"vue-uuid": "^1.1.1",
"vuex": "^3.0.1",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@bahmutov/add-typescript-to-cypress": "^2.1.2",
"@cypress/webpack-preprocessor": "^5.4.1",
"@types/chai": "^4.1.0",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.4",
"@types/moment-range": "^4.0.0",
"@types/uuid": "^3.4.6",
"@types/validator": "^12.0.1",
"@vue/cli-plugin-babel": "^4.0.3",
"@vue/cli-plugin-e2e-cypress": "^4.0.3",
"@vue/cli-plugin-eslint": "^4.0.3",
"@vue/cli-plugin-pwa": "^4.1.1",
"@vue/cli-plugin-typescript": "^4.0.3",
"@vue/cli-plugin-unit-mocha": "^4.0.3",
"@vue/cli-service": "^4.0.3",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-imports": "1.5.0",
"chai": "^4.1.2",
"console-panel": "^1.0.4",
"cypress": "4.12.1",
"cypress-intellij-reporter": "^0.0.4",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.0.0",
"lint-staged": "^10.0.0-0",
"mochawesome": "^6.1.1",
"mochawesome-merge": "^4.1.0",
"node-sass": "^4.9.0",
"prettier": "^2.0.5",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"ts-loader": "^7.0.5",
"typescript": "^3.4.3",
"vue-cli-plugin-quasar": "^2.0.0",
"vue-template-compiler": "^2.6.10",
"vuex-module-decorators": "^0.10.1",
"webpack": "^4.43.0"
},
"prettier": {
"singleQuote": true,
"arrowParens": "always",
"trailingComma": "none",
"jsxBracketSameLine": true,
"htmlWhitespaceSensitivity": "css"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{ts,tsx,*.vue}": [
"vue-cli-service lint --fix",
"git add"
],
"*.{ts,tsx,*.vue,*.scss,*.css}": [
"prettier --write",
"git add"
]
}
네 ie에 나타나는 오류 메시지는
SCRIPT1002: Syntax error
chunk-vendors.js
이렇게 나타나고 있습니다.
아래 url 에 스크롤 30~40% 지점의 캡쳐 화면과 동일한 현상입니다.
https://jacklyons.me/how-to-fix-vuejs-not-working-in-ie11/
검색했을때의 방법을 다 해봤지만 제대로 되지 않은것 같아서 답답하네요;;
혹시 환경이 http/https 확인할때 다를 수 있는건가요?
지금 환경상 http로만 확인을 하고 있는 중이여서요.
질문에 답변 주셔서 넘 감사드립니다.
혹시 추가 내용으로 파악이 되시는 부분이 있으면 좋겠네요.