SSR: Remove two obsolete mocks #10906
+0
−2
matticbot
commented
Jan 24, 2017
| @@ -106,7 +106,6 @@ var webpackConfig = { | ||
| new webpack.NormalModuleReplacementPlugin( /^lib\/post-normalizer\/rule-create-better-excerpt$/, 'lodash/noop' ), // Depends on BOM | ||
| new webpack.NormalModuleReplacementPlugin( /^components\/seo\/preview-upgrade-nudge$/, 'components/empty-component' ), // Depends on page.js and should never be required server side | ||
| new webpack.NormalModuleReplacementPlugin( /^components\/popover$/, 'components/empty-component' ), // Depends on BOM and interactions don't work without JS | ||
| - new webpack.NormalModuleReplacementPlugin( /^my-sites\/themes\/thanks-modal$/, 'components/empty-component' ), // Depends on BOM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These were breaking because they use
Popover-- but that's now being mocked too, so no reason to still mock the consumer components.To test:
/design)