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 e576db0 commit e32fe7cCopy full SHA for e32fe7c
index.js
@@ -20,3 +20,4 @@ module.exports = function loader () {
20
const fileLoader = require('file-loader');
21
return fileLoader.apply(this, arguments);
22
};
23
+exports.raw = true;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-asset-loader",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "a file-loader for Vue solve the image relative path issues when HTML and CSS not in the same directory",
5
"main": "index.js",
6
"scripts": {
0 commit comments