We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58a282 commit 8b1f8aaCopy full SHA for 8b1f8aa
package.json
@@ -62,6 +62,7 @@
62
"style-loader": "^0.13.0",
63
"stylus-loader": "^1.4.0",
64
"template-html-loader": "^0.0.3",
65
+ "vue-hot-reload-api": "^1.2.0",
66
"vue-html-loader": "^1.0.0",
67
"webpack": "^1.12.2"
68
}
test/test.js
@@ -164,7 +164,7 @@ describe('vue-loader', function () {
164
entry: './test/fixtures/autoprefix.js'
165
}, function (window) {
166
var style = window.document.querySelector('style').textContent
167
- expect(style).to.contain('body {\n -webkit-transform: scale(1);\n -ms-transform: scale(1);\n transform: scale(1);\n}')
+ expect(style).to.contain('body {\n -webkit-transform: scale(1);\n transform: scale(1);\n}')
168
done()
169
})
170
0 commit comments