Skip to content

Commit 9417778

Browse files
authored
Switch webpack to submodule (microsoft#23372)
* Prepare for adding webpack submodule * Actually switch webpack to submodule I'm sure this will work with no problems! * Add ignore=all to webpack gitmodule entry The other submodules do this, although I'm not sure why. * Add newline at end of .gitmodules
1 parent 0ef0b7a commit 9417778

File tree

6 files changed

+8
-431
lines changed

6 files changed

+8
-431
lines changed

.gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@
1818
path = tests/cases/user/TypeScript-WeChat-Starter/TypeScript-WeChat-Starter
1919
url = https://github.com/Microsoft/TypeScript-WeChat-Starter.git
2020
ignore = all
21+
[submodule "tests/cases/user/webpack/webpack"]
22+
path = tests/cases/user/webpack/webpack
23+
url = https://github.com/webpack/webpack.git
24+
ignore = all

tests/baselines/reference/user/webpack.log

-404
This file was deleted.

tests/cases/user/webpack/package.json

-11
This file was deleted.

tests/cases/user/webpack/test.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"types": []
3+
}

tests/cases/user/webpack/tsconfig.json

-16
This file was deleted.

tests/cases/user/webpack/webpack

Submodule webpack added at 10282ea

0 commit comments

Comments
 (0)