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

Commit 3a6a3e6

Browse files
committed
remove css-loader dependency
removing vulnerability from yarn audit
1 parent 0199406 commit 3a6a3e6

File tree

4 files changed

+14
-658
lines changed

4 files changed

+14
-658
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
<head>
44
<meta charset="utf-8">
55
<title>vue-filter-number-format</title>
6+
<style>
7+
#app {
8+
font-family: sans-serif;
9+
text-align: center;
10+
color: #2c3e50;
11+
margin-top: 60px;
12+
}
13+
</style>
614
</head>
715
<body>
816
<div id="app"></div>

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"babel-preset-env": "^1.7.0",
3030
"babel-preset-stage-3": "^6.24.1",
3131
"cross-env": "^5.2.0",
32-
"css-loader": "^0.28.11",
3332
"file-loader": "^1.1.11",
3433
"numeral": "^2.0.6",
3534
"vue": "^2.6.10",

src/App.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,3 @@ export default {
1919
}),
2020
}
2121
</script>
22-
23-
<style>
24-
#app {
25-
font-family: sans-serif;
26-
text-align: center;
27-
color: #2c3e50;
28-
margin-top: 60px;
29-
}
30-
</style>

0 commit comments

Comments
 (0)