Updating documentation

This commit is contained in:
2020-05-26 04:38:48 +01:00
parent fc563534c1
commit 2c69135ad5
2 changed files with 74 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
App.js:
☐ Document using the `/* webpackChunkname: "name" */
☐ What does `const { default: App }` do?
Plugins:
☐ Add `purgecss-webpack-plugin`: <https://pusher.com/tutorials/webpack-part-7>.
Notes:
Do this after the html templates have been added - this will only import the css classes that have been used.
Layout:
☐ Make sure the contents of app.js and main.js are documented. Specifically the content of main.js so it imports the app.js.