We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f0210 commit a568dfcCopy full SHA for a568dfc
1 file changed
BUILD_INSTRUCTIONS
@@ -58,7 +58,14 @@
58
...
59
60
61
-(10) Bundle / transpile the JavaScript with Webpack for deployment:
+(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:
69
70
$ ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js
71
0 commit comments