Skip to content

Commit e32fe7c

Browse files
committed
set loader.raw
1 parent e576db0 commit e32fe7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ module.exports = function loader () {
2020
const fileLoader = require('file-loader');
2121
return fileLoader.apply(this, arguments);
2222
};
23+
exports.raw = true;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-asset-loader",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "a file-loader for Vue solve the image relative path issues when HTML and CSS not in the same directory",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)