Answer the question
In order to leave comments, you need to log in
Why do webpack import paths always start with './'?
Explain the nuances:
import greet from './greeter.js';
import greet from 'greeter.js';
Answer the question
In order to leave comments, you need to log in
If ./ is omitted it will also be the current directory
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question