Skip to content

Commit

Permalink
🐛 Safelist dsfr modal classes (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardstanislas authored May 6, 2021
1 parent fda1485 commit ecf1777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
contentWithoutStyleBlocks.match(/[A-Za-z0-9-_/:\.]+/g) || []
);
},
safelist: [/modal.*/],
}),
],
devtool: devMode ? "eval-source-map" : "source-map",
Expand Down

0 comments on commit ecf1777

Please sign in to comment.