Skip to content

Commit

Permalink
Remove "browser" entrypoint - breaks builds using Webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Aug 9, 2023
1 parent 3234b6e commit 57c0e5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"management"
],
"main": "dist/snowboard.esm.js",
"browser": "dist/snowboard.min.js",
"scripts": {
"build": "npm run build:esm && npm run build:browser",
"build:browser": "rollup -c rollup.browser.config.mjs",
Expand Down

0 comments on commit 57c0e5e

Please sign in to comment.