Skip to content

Commit 7746832

Browse files
author
alex baldwin
committed
update readme
1 parent dc34a7c commit 7746832

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-rails SSR/loadable-components example
1+
# react-rails code splitting + server side rendering example
22

33
(more docs TK) the general idea here is that in order to code split and use SSR at the same time, we need to take advantage of webpack's multi-compiler mode, which webpacker doesn't support out of the box
44

config/webpack/environment.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable prefer-reflect */
21
const path = require('path');
32
const {Environment, config} = require('@rails/webpacker');
43
const WebpackAssetsManifest = require('webpack-assets-manifest');

0 commit comments

Comments
 (0)