Skip to content

Commit e64ec3b

Browse files
committed
fix: update vta
1 parent 5fa2bb1 commit e64ec3b

File tree

3 files changed

+158
-678
lines changed

3 files changed

+158
-678
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"postcss-loader": "^3.0.0",
3030
"tailwindcss": "^1.3.5",
3131
"vue": "^2.6.12",
32-
"vue-telescope-analyzer": "^0.9.6",
32+
"vue-telescope-analyzer": "^0.9.10",
3333
"vuex": "^3.1.3",
3434
"webextension-polyfill": "^0.3.1"
3535
},
@@ -60,8 +60,6 @@
6060
"google-fonts-webpack-plugin": "^0.4.4",
6161
"html-loader": "^1.1.0",
6262
"mini-css-extract-plugin": "^0.9.0",
63-
"node-sass": "^4.13.1",
64-
"sass-loader": "^7.1.0",
6563
"standard-version": "^8.0.2",
6664
"vue-loader": "^15.4.2",
6765
"vue-svg-loader": "^0.16.0",

webpack.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ const config = {
4949
test: /\.css$/,
5050
use: [MiniCssExtractPlugin.loader, 'css-loader']
5151
},
52-
{
53-
test: /\.scss$/,
54-
use: [MiniCssExtractPlugin.loader, 'css-loader', 'sass-loader']
55-
},
56-
{
57-
test: /\.sass$/,
58-
use: [MiniCssExtractPlugin.loader, 'css-loader', 'sass-loader?indentedSyntax']
59-
},
6052
{
6153
test: /\.(png|jpg|jpeg|gif|ico)$/,
6254
loader: 'file-loader',

0 commit comments

Comments
 (0)