Skip to content

Commit 3222a24

Browse files
authored
[BREAK CHANGES]: Change Bundler (#8)
* Hotfix: Remove pre command and dist directory from gitignore * BREAKING_CHANGE: Change bundler Vite -> Rollup * Hotfix: Add Plugins for Bundling - @rollup/plugin-node-resolve - @rollup/plugin-commonjs
1 parent ade5aa7 commit 3222a24

13 files changed

+28024
-339
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pnpm-debug.log*
88
lerna-debug.log*
99

1010
node_modules
11-
dist
1211
dist-ssr
1312
*.local
1413

action.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ outputs:
3030
description: 'The total time taken to complete the deployment process.'
3131
runs:
3232
using: 'node20'
33-
pre: './pre.js'
3433
main: 'dist/index.js'

0 commit comments

Comments
 (0)