Skip to content

Commit 45db819

Browse files
committed
less files, vsc launch config
1 parent e8c26c6 commit 45db819

File tree

6 files changed

+368
-251
lines changed

6 files changed

+368
-251
lines changed

.vscode/launch.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "Launch Webpack",
11+
"program": "${workspaceFolder}/node_modules/webpack/bin/webpack.js",
12+
"args": ["serve", "--mode=development"]
13+
}
14+
]
15+
}

dist/bundle.js

-235
This file was deleted.

dist/bundle.js.LICENSE.txt

-14
This file was deleted.

0 commit comments

Comments
 (0)