Skip to content

Commit 7c947aa

Browse files
committed
fix for bug
1 parent 7352d19 commit 7c947aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extend.webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
plugins: [
3333
new GuessPlugin({
3434
debug: true,
35-
jwt: auth,
35+
jwt: credentials,
3636
GA: viewId,
3737
// reportProvider() {
3838
// return Promise.resolve(JSON.parse(require('fs').readFileSync('./routes.json')));

0 commit comments

Comments
 (0)