How To Configure Intellij To Resolve ~ In Javascript Programs
I'm working on an existing codebase where the JavaScript imports are written like this: import { somethingToImport } from '~/dir1/dir2/fileName' Which resolves (via webpack) to ${
Solution 1:
Webpack-specific modules resolving (resolve.moduleDirectories
, resolve.root
, resolve.alias
, etc.) is not currently supported. Please follow WEB-13409 and linked tickets for updates
Post a Comment for "How To Configure Intellij To Resolve ~ In Javascript Programs"