uncharted-aske / HMI

Apache License 2.0
1 stars 0 forks source link

Use esbuild via rollup plugin #146

Closed adamocarolli closed 3 years ago

adamocarolli commented 3 years ago

Description: Use esbuild to speed up build process. The plugin being used here is written by a core https://vitejs.dev/ contributor. We may want to consider switching our build process to vite in the future and updating vue to version 3 in the process.

Set-up: yarn install

adamocarolli commented 3 years ago

@mj3cheun gave your suggestion a try, it does seem to work well, but has trouble with aws-sdk. Going to close this PR, we can come back to this solution another time.