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

bundle into a UMD script via webpack for both browser & node

This commit is contained in:
2021-08-04 11:31:37 -04:00
parent 0d48f8e8af
commit df3b462de0
9 changed files with 1311 additions and 55 deletions

11
.gitignore vendored
View File

@@ -1,10 +1,5 @@
# Dependency directories
.DS_Store
node_modules/
.npm/
# Logs
*.log
npm-debug.log*
# VSCode config
dist/
.npmrc
.vscode/