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 b23da83 commit 628bfc9Copy full SHA for 628bfc9
empty.js
@@ -0,0 +1,3 @@
1
+export function fetch(uri) {
2
+ return "";
3
+}
package.json
@@ -0,0 +1,18 @@
+{
+ "name": "systemjs-plugin-empty",
+ "version": "0.0.1",
4
+ "description": "SystemJS plugin to ignore files",
5
+ "main": "empty.js",
6
+ "registry": "jspm",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/SimplrJS/systemjs-plugin-empty.git"
10
+ },
11
+ "keywords": [],
12
+ "author": "Giedrius Grabauskas <[email protected]>",
13
+ "license": "MIT",
14
+ "bugs": {
15
+ "url": "https://github.com/SimplrJS/systemjs-plugin-empty/issues"
16
17
+ "homepage": "https://github.com/SimplrJS/systemjs-plugin-empty#readme"
18
0 commit comments