#Bundle without export

6 messages · Page 1 of 1 (latest)

gusty shadow
#

Is it possible to have the output not having export... line?

clever sparrow
#

I don't think so

gusty shadow
#

But why does it have it at the beginning? If I bundle all modules into a file, then surely I don't need to export it? No?

clever sparrow
#

You'd usually bundle all your dependencies into one file and import just that one file

#

And, bundle is getting deprecated anyway