init
This commit is contained in:
13
node_modules/browser-pack/example/input.json
generated
vendored
Normal file
13
node_modules/browser-pack/example/input.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"id": "a1b5af78",
|
||||
"source": "console.log(require('./foo')(5))",
|
||||
"deps": { "./foo": "b8f69fa5" },
|
||||
"entry": true
|
||||
},
|
||||
{
|
||||
"id": "b8f69fa5",
|
||||
"source": "module.exports = function (n) { return n * 111 }",
|
||||
"deps": {}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user