Skip to content

Commit 1c3f40a

Browse files
committed
feat: update to guess-webpack 0.4.22
1 parent 6f0a570 commit 1c3f40a

File tree

3 files changed

+1850
-1897
lines changed

3 files changed

+1850
-1897
lines changed

lib/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { resolve } = require('path')
22
const { GuessPlugin } = require('guess-webpack')
33

44
function guessModule (moduleOptions) {
5-
this.extendBuild((config, { isClient, isServer }) => {
5+
this.extendBuild((config, { isClient }) => {
66
if (isClient) {
77
const guessOptions = Object.assign({
88
// Hints Guess to not perform pre-fetching and delegate this logic to its consumer.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"collectCoverage": true
3131
},
3232
"dependencies": {
33-
"guess-webpack": "^0.2.0"
33+
"guess-webpack": "^0.4.22"
3434
},
3535
"devDependencies": {
3636
"@nuxtjs/eslint-config": "^5.0.0",
3737
"babel-eslint": "^10.1.0",
38-
"codecov": "^3.1.0",
38+
"codecov": "^3.8.1",
3939
"eslint": "^7.20.0",
40-
"jest": "^23.6.0",
40+
"jest": "^26.6.3",
4141
"nuxt": "^2.15.0",
42-
"standard-version": "^4.4.0"
42+
"standard-version": "^9.1.0"
4343
}
4444
}

0 commit comments

Comments
 (0)