update to webpack 5
This commit is contained in:
Vendored
+11
-11
@@ -3,24 +3,24 @@
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
"configurations": [
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"command": "npm install",
|
||||
"name": "1. Install NPM packages (first time only)",
|
||||
"program": "${workspaceFolder}/BuildScripts/install-npm-packages.js"
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"command": "npm run server",
|
||||
"name": "2. Start server (w. hot)",
|
||||
"program": "${workspaceFolder}/BuildScripts/start-webpack-dev-server.js"
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"command": "npm run production",
|
||||
"name": "3. Build for production",
|
||||
"program": "${workspaceFolder}/BuildScripts/output-production.js"
|
||||
}
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user