Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Commit 615546c

Browse files
committed
Make loader seperable
1 parent 56b14c4 commit 615546c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ module.exports = function(content) {
1313
"(require(" +
1414
JSON.stringify("raw" + rawJs) + "))";
1515
return "";
16-
}
16+
}
17+
module.exports.seperable = true;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "script-loader",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "script loader module for webpack",
66
"dependencies": {

0 commit comments

Comments
 (0)