Skip to content

Commit eccb1c4

Browse files
committed
Fix build
1 parent b6f7224 commit eccb1c4

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"vue-i18n": "^8.22.4",
133133
"vue-material-design-icons": "^4.12.1",
134134
"vuex": "^3.6.2",
135-
"webpack": "^4.46.0",
135+
"webpack": "^4.47.0",
136136
"webpack-cli": "^3.3.12",
137137
"webpack-filter-warnings-plugin": "^1.2.1"
138138
},

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const config = {
1515
},
1616
entry: './src/extension.ts',
1717
output: {
18+
hashFunction: 'sha256',
1819
path: path.resolve(__dirname, 'dist'),
1920
filename: 'extension.js',
2021
libraryTarget: 'commonjs2',

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11533,10 +11533,10 @@ webpack-virtual-modules@^0.4.3:
1153311533
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.4.3.tgz#cd597c6d51d5a5ecb473eea1983a58fa8a17ded9"
1153411534
integrity sha512-5NUqC2JquIL2pBAAo/VfBP6KuGkHIZQXW/lNKupLPfhViwh8wNsu0BObtl09yuKZszeEUfbXz8xhrHvSG16Nqw==
1153511535

11536-
webpack@^4.46.0:
11537-
version "4.46.0"
11538-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542"
11539-
integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==
11536+
webpack@^4.47.0:
11537+
version "4.47.0"
11538+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.47.0.tgz#8b8a02152d7076aeb03b61b47dad2eeed9810ebc"
11539+
integrity sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==
1154011540
dependencies:
1154111541
"@webassemblyjs/ast" "1.9.0"
1154211542
"@webassemblyjs/helper-module-context" "1.9.0"

0 commit comments

Comments
 (0)