You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
i have a project with a static folder and when i run either dev of build in my dist folder
i see my static folder but also i see again for second time all the elements of this folder in my main project folder
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
i have a project with a static folder and when i run either dev of build in my dist folder
i see my static folder but also i see again for second time all the elements of this folder in my main project folder
how can i disable doing this ?
in my packadge.json i habe this setup
{
"name": "...",
"version": "1.0.0",
"description": "...",
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"start": "parcel src/index.html --no-source-maps",
"build": "parcel build src/index.html --no-source-maps"
},
dependencies{
.
.
.
},
devDependencies{
.
.
.
},
"staticFiles": {
"staticOutPath": "assets"
}
Beta Was this translation helpful? Give feedback.
All reactions