Skip to content

Commit

Permalink
Add support for .mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
amatiasq authored Jan 30, 2024
1 parent f416915 commit ba5b5fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ba5b5fa

Please sign in to comment.