1
mirror of https://github.com/jakejarvis/dark-mode.git synced 2025-09-11 09:27:23 -04:00

use rollup-plugin-delete to clean dist folder on build

This commit is contained in:
2021-08-31 10:30:56 -04:00
parent 2fcad1a9e7
commit 8f96d0bb83
4 changed files with 72 additions and 13 deletions

View File

@@ -11,6 +11,7 @@
"node": true
},
"ignorePatterns": [
"*.d.ts",
"dist/**",
"rollup.config.js"
]