Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit a674a2a

Browse files
committed
Make loader seperable
1 parent a4c7543 commit a674a2a

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ module.exports = function() {
99
this.values = [args];
1010
return "module.exports = " + JSON.stringify(args);
1111
}
12+
module.exports.seperable = true;

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
{
2-
"name": "raw-loader",
3-
"version": "0.1.6",
4-
"author": "Tobias Koppers @sokra",
5-
"description": "raw loader module for webpack",
6-
"licenses": [
7-
{
8-
"type": "MIT",
9-
"url": "http://www.opensource.org/licenses/mit-license.php"
10-
}
11-
],
12-
"license": "MIT"
1+
{
2+
"name": "raw-loader",
3+
"version": "0.2.0",
4+
"author": "Tobias Koppers @sokra",
5+
"description": "raw loader module for webpack",
6+
"licenses": [
7+
{
8+
"type": "MIT",
9+
"url": "http://www.opensource.org/licenses/mit-license.php"
10+
}
11+
],
12+
"license": "MIT"
1313
}

0 commit comments

Comments
 (0)