We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a29208 commit c236c60Copy full SHA for c236c60
examples/vite.config.ts
@@ -4,6 +4,9 @@ import path from "path";
4
5
export default defineConfig({
6
base: '/aspera-sdk-js/',
7
+ build: {
8
+ minify: false, // Keep code readable for .toString() display in examples
9
+ },
10
resolve: {
11
alias: {
12
'~@ibm/plex': path.resolve(__dirname, 'node_modules/@ibm/plex'),
0 commit comments