Skip to content

Commit

Permalink
Mock CSS global in StaticSiteGeneratorPlugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Jul 27, 2021
1 parent e918251 commit d1edca7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/plugins/jetpack/tools/webpack.config.extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ module.exports = [
removeEventListener: _.noop,
URL: {},
},
CSS: {
supports: () => false,
},
},
} ),
],
Expand Down

0 comments on commit d1edca7

Please sign in to comment.