Skip to content

Commit

Permalink
Don't pass public-url option to parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeker14491 committed Jul 22, 2020
1 parent 5b92ddc commit 2440aff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "cross-env-shell yarn parcel build ./src/index.html --public-url $PUBLIC_URL"
"build": "yarn parcel build ./src/index.html"
},
"dependencies": {
"ag-grid-community": "^21.2.2",
Expand All @@ -18,7 +18,6 @@
"devDependencies": {
"@types/codemirror": "^0.0.79",
"@types/split.js": "^1.3.2",
"cross-env": "^7.0.2",
"cssnano": "^4.1.10",
"parcel-bundler": "^1.12.4",
"prettier": "^1.18.2",
Expand Down

1 comment on commit 2440aff

@vercel
Copy link

@vercel vercel bot commented on 2440aff Jul 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.