M
M
miliko mikoyan2018-10-01 00:43:07
Node.js
miliko mikoyan, 2018-10-01 00:43:07

Which is better require or import in node?

don't know what to use require or import in node.js?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Taratin, 2018-10-01
@Taraflex

import
For tree shaking doesn't work with require either in webpack or in rollup.

A
Anubis, 2018-10-01
@Anubis

import
IDEs provide a much clearer autocomplete during development (static typing, that's all)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question