Skip to content

Commit

Permalink
fix: Browser webpack issue (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó Labrador <[email protected]>
  • Loading branch information
igdev0 authored and elribonazo committed May 2, 2024
1 parent e332996 commit 47689e2
Show file tree
Hide file tree
Showing 15 changed files with 320 additions and 296 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ node_modules
.env.production.local
.vscode
.idea

build
npm-debug.log*
yarn-debug.log*
yarn-error.log*
build
*.db
5 changes: 1 addition & 4 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,4 @@ README.md
.eslintignore
.eslintrc.json
webpack.config.js
babel.config.js
build/browser-test
build/node-test
build/types/demos
babel.config.js
Loading

0 comments on commit 47689e2

Please sign in to comment.