If you have just html and css files in you project, you do not want to include js bundle in your code.
So say you do this:
- remove this line https://github.com/wbkd/webpack-starter/blob/main/src/scripts/index.js#L7
- run
npm run build
In result you have 0 size js file generated and included in index.html
So I wonder is there a quick fix for that and should it be the intended behaviour of build script or an option to achieve that?