Skip to content

Commit

Permalink
feat: Add id attribute to style tag (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Oct 23, 2020
1 parent 42d4147 commit ca301a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/fuselage/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ module.exports = (env, { mode = 'production' }) => ({
{
loader: 'style-loader',
options: {
attributes: {
id: 'fuselage-style',
},
injectType: 'lazySingletonStyleTag',
},
},
Expand Down

0 comments on commit ca301a6

Please sign in to comment.