We're a place where coders share, stay up-to-date and grow their careers.
It generates import XXX = require("XXX") which is NOT supported by create-react-app.
import XXX = require("XXX")
set moduleStyle = 'esm' option
moduleStyle = 'esm'
It generates
import XXX = require("XXX")
which is NOT supported by create-react-app.set
moduleStyle = 'esm'
option