Skip to content

Commit a568dfc

Browse files
committed
Added the build instructions for installing Preact.
1 parent b0f0210 commit a568dfc

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

BUILD_INSTRUCTIONS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,14 @@
5858
...
5959

6060

61-
(10) Bundle / transpile the JavaScript with Webpack for deployment:
61+
(10) Install the NPM modules for Preact:
62+
63+
$ npm install preact preact-compat
64+
65+
...
66+
67+
68+
(11) Bundle / transpile the JavaScript with Webpack for deployment:
6269

6370
$ ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js
6471

0 commit comments

Comments
 (0)