Skip to content

Instantly share code, notes, and snippets.

@raoulmillais
Created November 22, 2018 12:28
Show Gist options
  • Save raoulmillais/d080411615854703728718608538cf76 to your computer and use it in GitHub Desktop.
Save raoulmillais/d080411615854703728718608538cf76 to your computer and use it in GitHub Desktop.
Parcel build error
<!DOCTYPE html>
<html>
<body>
<script src="./index.js"></script>
</body>
</html>
console.log(require('lock-me'));
{
"name": "parcel-build-error",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"parcel-bundler": "^1.10.3"
},
"dependencies": {
"lock-me": "^1.0.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment