Skip to content

Commit f780112

Browse files
committed
Replace all the Webpack nonsense with tsc config.
1 parent 520a8da commit f780112

File tree

7 files changed

+63
-1931
lines changed

7 files changed

+63
-1931
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"outFiles": [
1414
"${workspaceFolder}/dist/**/*.js"
1515
],
16-
"preLaunchTask": "npm: webpack"
16+
"preLaunchTask": "npm: build"
1717
}
1818
]
1919
}

.vscodeignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
**/.eslintrc.json
55
**/*.map
66
**/*.ts
7-
**/jsconfig.json
87
images/screenshot*
98
src/**
109
test/**
1110
tsconfig.json
12-
tslint.json
13-
webpack.config.js

0 commit comments

Comments
 (0)