An ES20XX starter with common frontend tasks using Webpack 5 as module bundler and npm scripts as task runner.
227
stars
36
forks
source link
SyntaxError: 'import' and 'export' may appear only with 'sourceType: module' (1:0) #17
Closed
dmnsgn closed 6 years ago
SyntaxError: 'import' and 'export' may appear only with 'sourceType: module' (1:0)
Solution: Change the order of transforms, moving
babelify
in the first position of the transform array in thepackage.json
: