We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pitch
1 parent 7564a7d commit 79a94ddCopy full SHA for 79a94dd
src/pitcher.ts
@@ -24,7 +24,7 @@ const pitcher: webpack.loader.Loader = code => code
24
25
// This pitching loader is responsible for intercepting all vue block requests
26
// and transform it into appropriate requests.
27
-pitcher.pitch = function() {
+export const pitch = function() {
28
const context = this as webpack.loader.LoaderContext
29
const rawLoaders = context.loaders.filter(isNotPitcher)
30
let loaders = rawLoaders
0 commit comments