We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcfb74 commit e3973a6Copy full SHA for e3973a6
README.md
@@ -26,6 +26,9 @@ With this starter you can have clean URLs by removing the .html extension. For e
26
- Scripting: `jQuery or VanillaJS(plain Javascript)`
27
- JS Compiler: `Babel ES6 ES7 ES8 ES9 ES10 ES11 ES12` (that means you can use async/await, replaceAll, optional chaining... among many others)
28
29
+## Don't like jQuery?
30
+- You can remove it from the packages and from the Webpack config file and by removing it, your final build will be considerably reduced in size.
31
+
32
## Features
33
34
- Well organized folder structure for views, styles, and assets.
0 commit comments