Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Grant Holle
Total activity
4
Last activity
June 16, 2021 11:54
Member since
June 16, 2021 03:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (3)
Grant Holle
commented,
June 16, 2021 11:54
For the sake of being thorough, I replaced all my `process.env` parts with their static values. It seems to work after that. Not sure why an empty object would fail. When I include `require('dotenv...
Community
WebStorm
Webstorm does not see @ alias
1 vote
Grant Holle
commented,
June 16, 2021 11:46
I also suspected that the `process.env` properties were the problem, but the following configuration also fails: module.exports = { output: { chunkFilename: 'js/[name].js?id=[chunkhash]' }, p...
Community
WebStorm
Webstorm does not see @ alias
0 votes
Grant Holle
commented,
June 16, 2021 03:41
I'm also having issues in some of my projects. I believe it's related to the config itself. const path = require('path')const fs = require('fs')module.exports = { output: { chunkFilename: 'js/[...
Community
WebStorm
Webstorm does not see @ alias
0 votes