Skip to content

Commit

Permalink
fix(1522): externalize dom-to-image-more (#1540)
Browse files Browse the repository at this point in the history
* fix(1522): externalize dom-to-image-more

* chore(netlify)

* fix(build): small issues that were blocking build (missing dependency, missing params)

* chore(gitignore): don't include the 2 yarn caches in the repo

* chore(dom-to-image): add latest, don't exclude yarn-offline-mirror-cache (yet)

* delete yarn-offline-mirror-cache and move to .yarnrc.yml format

* yarn config change

* .gitignore update

* yarn workspace config in package.json

* Delete yarn-1.22.19.cjs

* Create yarn-1.22.19.cjs

---------

Co-authored-by: Eliad Moosavi <theiliad@users.noreply.github.com>
  • Loading branch information
nstuyvesant and theiliad committed Apr 20, 2023
1 parent 38476ea commit 98f1bfc
Show file tree
Hide file tree
Showing 2,862 changed files with 154,986 additions and 3,852 deletions.
25 changes: 14 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
dist
**/demo/bundle
**/demo/dist
node_modules
.DS_Store
# Global
**/node_modules/
**/*.log

# Root-level of monorepo
.vscode/
.idea/
*.log
storybook-dist
package-lock.json
.cache/
.yarn/cache
pages/
storybook-static/
yarn-offline-mirror-cache/

# Package-level
**/.angular/
**/.DS_Store
**/.svelte-kit/
**/dist/
**/demo/bundle/

0 comments on commit 98f1bfc

Please sign in to comment.