NODE_MODULES Telegram 18
Как перестать страдать из-за обилия точек и сделать из
import * as actionCreators from '../../../../../store/actions';
вот это
import * as actionCreators from 'features/auth/store/actions';
?

Другими словами — настроить поддержку абсолютных путей.

1. tsconfig.json для TypeScript, jsconfig.json для JS:
"baseUrl": "./src"
2. webpack.config.js
resolve: {
modules: ['node_modules', srcPath]
}

где srcPath абсолютный путь до директории src.
3. package.json
"baseDir": "src"

Настройка автоимпортов в WebStorm:
File → Settings → Code Style → Typescript → Import → Use path relative to tsconfig.json
или для JS:
File → Settings → Code Style → JavaScript → Import → Use path relatives to the project
Если вдруг не заработало:
ПКМ на папке src → mark directory → as resource root

Vscode, atom, sublime дополнительной настройки не требуют.

#webpack #javascript #typescript #webstorm #import #autoimport #absolutepath



tgoop.com/node_modules/18
Create:
Last Update:

Как перестать страдать из-за обилия точек и сделать из
import * as actionCreators from '../../../../../store/actions';
вот это
import * as actionCreators from 'features/auth/store/actions';
?

Другими словами — настроить поддержку абсолютных путей.

1. tsconfig.json для TypeScript, jsconfig.json для JS:
"baseUrl": "./src"
2. webpack.config.js

resolve: {
modules: ['node_modules', srcPath]
}

где srcPath абсолютный путь до директории src.
3. package.json
"baseDir": "src"

Настройка автоимпортов в WebStorm:
File → Settings → Code Style → Typescript → Import → Use path relative to tsconfig.json
или для JS:
File → Settings → Code Style → JavaScript → Import → Use path relatives to the project
Если вдруг не заработало:
ПКМ на папке src → mark directory → as resource root

Vscode, atom, sublime дополнительной настройки не требуют.

#webpack #javascript #typescript #webstorm #import #autoimport #absolutepath

BY Заметки фронтендера


Share with your friend now:
tgoop.com/node_modules/18

View MORE
Open in Telegram


Telegram News

Date: |

The visual aspect of channels is very critical. In fact, design is the first thing that a potential subscriber pays attention to, even though unconsciously. bank east asia october 20 kowloon 1What is Telegram Channels? To view your bio, click the Menu icon and select “View channel info.” Activate up to 20 bots
from us


Telegram Заметки фронтендера
FROM American