Skip to content

Commit

Permalink
Parcel tiene un error, me muevo a webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed May 3, 2019
1 parent 152e0bf commit 51f56e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
log/
pruebas/
node_modules/
build/
.cache/
dist/
package-lock.json
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "La nueva pagina hecha con Jquery, BootStrap 4, PHP (Posiblemente cambie) y algo mas que se me vaya ocurriendo por el camino, como FontAwesome.",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html -d build"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
Expand All @@ -17,11 +16,5 @@
"bugs": {
"url": "https://github.com/VoidlessSeven7/new-web/issues"
},
"homepage": "https://github.com/VoidlessSeven7/new-web#readme",
"devDependencies": {
"cssnano": "^4.1.10"
},
"dependencies": {
"jquery": "^3.4.1"
}
"homepage": "https://github.com/VoidlessSeven7/new-web#readme"
}

0 comments on commit 51f56e3

Please sign in to comment.