fix: error on missing entry

closes #467

closes #464
This commit is contained in:
calebboyd
2018-03-18 16:59:26 -05:00
committed by Caleb Boyd
parent d6d81b9e23
commit b8522b6310
10 changed files with 203 additions and 229 deletions
+1
View File
@@ -0,0 +1 @@
module.exports = 'abc'
+1
View File
@@ -0,0 +1 @@
console.log('hello world', require('./dependency'))
+1 -1
View File
@@ -1,3 +1,3 @@
{
"main": "entry-file.js"
"main": "entry.js"
}