Skip to content

Commit

Permalink
bring this back with a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Aug 24, 2023
1 parent 2128373 commit b7742f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/regressions/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ module.exports = {
rules: [
{
test: /\.(js|ts|tsx)$/,
exclude: /node_modules|prism/,
// prism.js blocks @mui/markdown/prism from being interpreted as ESM in this build.
exclude: /node_modules|prism\.js/,
loader: 'babel-loader',
options: {
cacheDirectory: true,
Expand Down

0 comments on commit b7742f6

Please sign in to comment.