egoist / bili

Bili makes it easier to bundle JavaScript libraries.

Home Page:https://bili.egoist.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--no-map & not clear dist folder bug

xgqfrms opened this issue · comments

--no-map & not clear dist folder bug

it should clear the dist folder , before build

  • recommend using this npm package rimraf
{
    "rmrf-all": "rimraf build/*",
    "rmrf-map": "rimraf build/**/*map",
}

🥇