bill %!s(int64=3) %!d(string=hai) anos
pai
achega
9785eeeed7
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      vite.config.ts

+ 3 - 0
vite.config.ts

@@ -4,6 +4,9 @@ import { resolve } from 'path';
 
 export default defineConfig( {
 	build: {
+		commonjsOptions: {
+			 esmExternals: true
+		},
 		rollupOptions: {
 			input: {
 				b3dmExample: resolve( __dirname, 'example/b3dmExample.html' ),