Skip to content

Commit 1c911b7

Browse files
committed
add source maps
if its toooo slow then kill
1 parent c860449 commit 1c911b7

File tree

3 files changed

+418
-992
lines changed

3 files changed

+418
-992
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 16.x
2929
- name: Install dependencies and build site
30-
run: npm i -g pnpm@v6 && pnpm up && pnpm i --shamefully-hoist --force && NODE_ENV=production webpack --bail
30+
run: npm i -g pnpm@v6 && pnpm up && pnpm i --shamefully-hoist --force && SOURCEMAP="cheap-module-source-map" NODE_ENV="production" webpack --bail
3131
- name: Upload artifact
3232
uses: actions/upload-pages-artifact@v3
3333
with:

0 commit comments

Comments
 (0)