telescope icon indicating copy to clipboard operation
telescope copied to clipboard

add `module` back

Open pyramation opened this issue 3 years ago • 0 comments

    "build:main": "cross-env BABEL_ENV=production babel src --out-dir main --delete-dir-on-start --extensions \".tsx,.ts,.js\"",
    "build:module": "cross-env MODULE=true babel src --out-dir module --delete-dir-on-start  --extensions \".tsx,.ts,.js\"",
    "build:ts": "tsc --project ./tsconfig.json",
    "build": "npm run build:module && npm run build:main",
    "buidl": "npm run build && npm run build:ts",
  • [ ] also include src, module in the dirs

pyramation avatar Oct 11 '22 00:10 pyramation