module.exports = { resolve: { // for IntelliJ alias: { '@': path.resolve(__dirname), '~': path.resolve(__dirname) } } };