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 71ea072 commit 642b592Copy full SHA for 642b592
lib/base-path-plugin.js
@@ -22,6 +22,7 @@ class BasePathPlugin {
22
'before:run:run': this.rewriteHandlersPath.bind(this),
23
'before:offline:start': this.rewriteHandlersPath.bind(this),
24
'before:offline:start:init': this.rewriteHandlersPath.bind(this),
25
+ 'before:package:initialize': this.rewriteHandlersPath.bind(this),
26
'before:package:createDeploymentArtifacts': this.rewriteHandlersPath.bind(
27
this
28
),
0 commit comments