Skip to content

Commit

Permalink
chore: remove webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SharzyL committed Mar 14, 2024
1 parent 9eaf3c8 commit f6cdfc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"type": "module",
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev --var BASE_URL:http://localhost:8787 --port 8787"
"dev": "wrangler dev --var BASE_URL:http://localhost:8787 --port 8787",
"build": "wrangler deploy --dry-run --outdir=dist"
},
"author": "SharzyL <[email protected]>",
"license": "MIT",
Expand Down
25 changes: 0 additions & 25 deletions webpack.config.js

This file was deleted.

0 comments on commit f6cdfc3

Please sign in to comment.