diff --git a/src/views/join/join.jsx b/src/views/join/join.jsx index 7d14be8b0..ebb4019fc 100644 --- a/src/views/join/join.jsx +++ b/src/views/join/join.jsx @@ -2,6 +2,7 @@ const React = require('react'); const render = require('../../lib/render.jsx'); const JoinModal = require('../../components/modal/join/modal.jsx'); const ErrorBoundary = require('../../components/errorboundary/errorboundary.jsx'); +// Require this even though we don't use it because, without it, webpack runs out of memory... const Page = require('../../components/page/www/page.jsx'); // eslint-disable-line no-unused-vars const openModal = true;