Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 16877f7

Browse files
authored
reorder scss rules
1 parent 5212eac commit 16877f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/webpack.vue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ module.exports = env => {
181181
{
182182
test: /\.scss$/,
183183
use: [
184-
'css-hot-loader',
185184
'nativescript-dev-webpack/style-hot-loader',
185+
'css-hot-loader',
186186
MiniCssExtractPlugin.loader,
187187
{ loader: "css-loader", options: { minimize: false, url: false } },
188188
"sass-loader",

0 commit comments

Comments
 (0)