You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Backpack is minimalistic build system for Node.js. Inspired by Facebook's [creat
12
12
* Live reload (on saves, add/delete file, etc.)
13
13
* Zero-config, one dependency.
14
14
15
-
HOWEVER, you can configure Backpack to your project's needs by extending [the underlying Webpack 2 configuration](#custom-configuration).
15
+
HOWEVER, you can configure Backpack to your project's needs by extending [the underlying Webpack 4 configuration](#custom-configuration).
16
16
17
17
**PLEASE READ:** If you're thinking of using Backpack with React.js, you should use [Razzle](https://github.com/jaredpalmer/razzle) instead. It is a project purpose-built for SSR React with an almost identical API.
0 commit comments