主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Cesarmartinezd
活动总数
10
最后的活动
2023年07月11日 10:39
成员加入日期
2023年01月04日 11:59
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
3
活动概览
帖子(0)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2023年01月04日 14:37
Actually, doing this include in my tsconfig.json { ... "include": ["**/*.ts", "**/*.vue", ...], ...} brought a whole other host of issues... So I'll have to remove it and find a different way to...
社区
WebStorm
[WebStorm][Nuxt/Vue][Webpack] Webstorm does not see @ alias after IDE update
1 票
创建于
2023年07月11日 10:39
I have the same issue with the next config taken straight from Vite default ts config: { "files": [], "extends": "@vue/tsconfig/tsconfig.dom.json", "include": ["env.d.ts", "src/**/*", "src/**/*...
社区
WebStorm
Webstorm not resolving module imports using typescript paths
0 票
已编辑于
2023年01月04日 14:58
Having the same issue. - Node version 16.14.2. - Nuxt 2.15.8. - WebStorm 2022.3.1 (issue only happens after migrating to this version) Here's my tsconfig { "compilerOptions": { "target": "E...
社区
WebStorm
Path alias is not recognised in .vue files
0 票
已编辑于
2023年01月04日 13:12
Fixed it by adding "**/*.vue", to my tsconfig include list, as follows: tsconfig.json { ... "include": ["**/*.ts", "**/*.vue", "vue-shim.d.ts", ...], ...} Thanks
社区
WebStorm
[WebStorm][Nuxt/Vue][Webpack] Webstorm does not see @ alias after IDE update
0 票
创建于
2023年01月04日 13:06
The config was just: webpack.config.js const path = require('path');module.exports = { resolve: { // for WebStorm alias: { '@': path.resolve(__dirname), }, },}; I removed it after n...
社区
WebStorm
[WebStorm][Nuxt/Vue][Webpack] Webstorm does not see @ alias after IDE update
0 票
已编辑于
2023年01月04日 13:01
Having the same problem after updating to Webstorm 2022.3.1 Normally I have no webpack.config.js since I'm in a Nuxt project and it creates those aliases for me automatically. I added one anyways t...
社区
WebStorm
[WebStorm][Nuxt/Vue][Webpack] Webstorm does not see @ alias after IDE update
0 票