Skip to content

Commit

Permalink
Merge branch 'refactor/develop' of github.com:opentiny/tiny-engine in…
Browse files Browse the repository at this point in the history
…to refactor/registry-options
  • Loading branch information
gene9831 committed May 29, 2024
2 parents f52c6d3 + 02ff87a commit 1c66177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/build/vite-plugin-generate-comments/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig({
formats: ['es', 'cjs']
},
rollupOptions: {
external: ['vue', /@babel\/.*/, /@opentiny\/tiny-engine.*/, /@opentiny\/vue.*/]
external: ['node:fs', 'node:path', 'vue', /@babel\/.*/, /@opentiny\/tiny-engine.*/, /@opentiny\/vue.*/]
}
}
})
})

0 comments on commit 1c66177

Please sign in to comment.