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 6028c7d commit 2da1a7cCopy full SHA for 2da1a7c
.kktrc.ts
@@ -32,6 +32,8 @@ export default (conf: webpack.Configuration, opts: OptionConf, webpack: Webpack)
32
})
33
);
34
35
+ conf.output = { ...conf.output, publicPath: './' }
36
+
37
return conf;
38
}
39
0 commit comments