Skip to content

Commit

Permalink
fix: Browser webpack issue (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
igdev0 authored Mar 22, 2023
1 parent 02d186e commit 8c59450
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 8c59450

Please sign in to comment.