You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I switched from 6to5ify@3.1.2 to babelify@6.1.3 and at the same time upgraded browserify from 6.3.4 to 10.2.6, watchify from 2.3.0 to 3.2.3 and remapify from 1.4.3 to 2.0.3. Now I get several build errors: 'import' and 'export' may appear only with 'sourceType: module'
I switched from
6to5ify@3.1.2
tobabelify@6.1.3
and at the same time upgradedbrowserify
from6.3.4
to10.2.6
,watchify
from2.3.0
to3.2.3
andremapify
from1.4.3
to2.0.3
. Now I get several build errors:'import' and 'export' may appear only with 'sourceType: module'
My build file looks more or less like this:
This error does not appear with
pathmodify
instead ofremapify
(see).The text was updated successfully, but these errors were encountered: