We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849b63d commit b0c9922Copy full SHA for b0c9922
build_src/src/main/typescript/BuildPlugin.ts
@@ -1,5 +1,4 @@
1
-import { Awaitable } from "blazebuild";
2
-import BlazePlugin from "blazebuild/src/main/typescript/plugins/BlazePlugin";
+import { Awaitable, BlazePlugin } from "blazebuild";
3
import CleanTask from "./tasks/CleanTask";
4
import CompileTask from "./tasks/CompileTask";
5
import CompileTypeScriptTask from "./tasks/CompileTypeScriptTask";
0 commit comments