You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we need to add support to Idea IDE I found the easiest way is creating webpack.config.js (even if you do not use it)
with:
constpath=require('path');constmoduleAliases=require('./package.json')._moduleAliases;constalias={};for(constkeyinmoduleAliases){alias[key]=path.resolve(__dirname,moduleAliases[key]);}module.exports={resolve: { alias },};
Good luck!
The text was updated successfully, but these errors were encountered:
Hi guys,
If we need to add support to Idea IDE I found the easiest way is creating webpack.config.js (even if you do not use it)
with:
Good luck!
The text was updated successfully, but these errors were encountered: