mirror of
https://github.com/godotengine/godot-csharp-vscode.git
synced 2026-01-05 22:10:02 +03:00
Use local webpack
Use the locally installed `webpack` dependency. This way the `webpack` dependency doesn't need to be installed globally and added to the PATH.
This commit is contained in:
8
Makefile
8
Makefile
@@ -18,12 +18,12 @@ build-debug: $(GODOT_DEBUG_SESSION)-debug tsc-debug
|
||||
@echo "build finished"
|
||||
|
||||
tsc:
|
||||
node_modules/.bin/tsc -p ./
|
||||
webpack --mode production
|
||||
./node_modules/.bin/tsc -p ./
|
||||
./node_modules/.bin/webpack --mode production
|
||||
|
||||
tsc-debug:
|
||||
node_modules/.bin/tsc -p ./
|
||||
webpack --mode development
|
||||
./node_modules/.bin/tsc -p ./
|
||||
./node_modules/.bin/webpack --mode development
|
||||
|
||||
$(GODOT_DEBUG_SESSION):
|
||||
msbuild /p:Configuration=Release $(SOLUTION_DIR)/GodotDebugSession.sln
|
||||
|
||||
Reference in New Issue
Block a user