Skip to content

Commit 13f58fc

Browse files
committed
cleanup webpack config
1 parent dca6a7f commit 13f58fc

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/browser.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,17 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 10
25-
2625
- name: Use Node.js 20.x
2726
uses: actions/setup-node@v4
2827
with:
2928
node-version: 20.x
30-
3129
- run: npm ci
32-
33-
# Uncomment to debug workflow
34-
# - name: Setup upterm session
35-
# uses: lhotari/action-upterm@v1
36-
3730
- name: Test Browser
3831
run: npm run test:browser
3932
env:
4033
CI: true
4134
BROWSERSTACK_USER: ${{ secrets.BROWSERSTACK_USER }}
4235
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
43-
4436
- run: npx bundlewatch --config bundlewatch.config.json
4537
env:
4638
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}

examples/browser-webpack/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module.exports = {
55
},
66
entry: {
77
all: './example-all.js',
8-
allRequire: './example-all-require.js',
98
v1: './example-v1.js',
109
v4: './example-v4.js',
1110
v7: './example-v7.js',

0 commit comments

Comments
 (0)