Skip to content

Commit

Permalink
Update webpack config tests
Browse files Browse the repository at this point in the history
As microsoft#365 seems to be a fairly popular use case (including for me), I propose we add the necessary tests to the webpack config to mitigate this for developers.
  • Loading branch information
dm-p authored May 26, 2022
1 parent 0c7562e commit a505cc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ module.exports = {
loader: require.resolve('base64-inline-loader')
}
]
},
{
test: /\.m?js/,
resolve: {
fullySpecified: false
}
}
]
},
Expand Down

0 comments on commit a505cc8

Please sign in to comment.