Skip to content

Commit 537ea93

Browse files
committed
Update webpack config
1 parent 4a5b54b commit 537ea93

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://fiahfy.github.io/"
99
},
1010
"dependencies": {
11-
"@vue/composition-api": "^1.0.0-beta.3",
11+
"@vue/composition-api": "^0.6.7",
1212
"nanoid": "^3.1.10",
1313
"vue": "^2.6.11",
1414
"vuetify": "^2.3.4",

webpack.config.js

+1-10
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,7 @@ module.exports = {
3434
},
3535
{
3636
test: /\.s(c|a)ss$/,
37-
use: [
38-
'vue-style-loader',
39-
'css-loader',
40-
{
41-
loader: 'sass-loader',
42-
options: {
43-
implementation: require('sass'),
44-
},
45-
},
46-
],
37+
use: ['vue-style-loader', 'css-loader', 'sass-loader'],
4738
},
4839
{
4940
test: /\.(css|jpg|gif|png|woff|woff2|eot|ttf)$/,

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@
209209
optionalDependencies:
210210
prettier "^1.18.2"
211211

212-
"@vue/composition-api@^1.0.0-beta.3":
213-
version "1.0.0-beta.3"
214-
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.0.0-beta.3.tgz#d1edc1c56ed01b3e862e9e8f61efed4df5701991"
215-
integrity sha512-er8gDgHTH/cAZCInR77xufPwnUwkonrzBhDdwxODEnnDffd7AC6Zn7I5+o83lGQbUe97UxJQMlAXGUSs81pzUg==
212+
"@vue/composition-api@^0.6.7":
213+
version "0.6.7"
214+
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-0.6.7.tgz#4481b547cea65dc936432f7efcf1a39f9c69420c"
215+
integrity sha512-WAWEQK4urEsMNe3OyOp7VnMmegRZT2yRB3fDGLRXPMdfuo4+nM+uMEhUgDiUg9LFSXfLWhjwuFOJ2hnS2X7AUw==
216216
dependencies:
217217
tslib "^2.0.0"
218218

0 commit comments

Comments
 (0)