update README for JavaScript

This commit is contained in:
2024-04-28 00:18:39 +03:00
parent 3581b1f8a3
commit 3c5f55f5f6
13 changed files with 24 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
## WebPack
`packages.json`
```json
"scripts": {
"serve": "webpack serve",
@@ -13,7 +15,9 @@
"webpack-dev-server": "^3.11.2"
}
```
`webpack.config.js`
```javascript
const path = require('path');