diff --git a/index.js b/index.js index d5e7924..53f49af 100644 --- a/index.js +++ b/index.js @@ -27,6 +27,7 @@ let webpackResolve; const defaultLookups = { '.js': jsLookup, '.jsx': jsLookup, + '.mjs': jsLookup, '.less': sassLookup, // Less and Sass imports are very similar '.sass': sassLookup, '.scss': sassLookup,