Skip to content

Commit 369f3f0

Browse files
xinzhanguomarcosmoura
authored andcommitted
fixed when npm install extract-text-webpack-plugin@beta not found error ( vuematerial#665 ) (vuematerial#666)
* Update package.json * Update mdSpinner.vue
1 parent 4bcb687 commit 369f3f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"eslint-plugin-html": "^2.0.0",
7070
"eventsource-polyfill": "^0.9.6",
7171
"express": "^4.14.1",
72-
"extract-text-webpack-plugin": "beta",
72+
"extract-text-webpack-plugin": "^2.1.0",
7373
"file-loader": "^0.10.0",
7474
"friendly-errors-webpack-plugin": "^1.1.3",
7575
"highlight.js": "^9.9.0",

src/components/mdSpinner/mdSpinner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<transition name="md-spinner" appear>
33
<div class="md-spinner" :class="[themeClass, classes]":style="styles">
44
<svg class="md-spinner-draw" viewBox="25 25 50 50">
5-
<circle class="md-spinner-path" cx="50" cy="50" r="20" :stroke-width="mdStroke" :stroke-dasharray="dashProgress">
5+
<circle class="md-spinner-path" cx="50" cy="50" r="20" :stroke-width="mdStroke" :stroke-dasharray="dashProgress" />
66
</svg>
77
</div>
88
</transition>

0 commit comments

Comments
 (0)