Patch Changes
-
#13109
5c0e0ea
Thanks @arnottferels! - Adds support forconfig.lib
, which allows changing the destination of the files:export default defineConfig({ integrations: [partytown({ config: { + lib: '/assets/lib/~partytown/'; } })] })
#13109 5c0e0ea
Thanks @arnottferels! - Adds support for config.lib
, which allows changing the destination of the files:
export default defineConfig({
integrations: [partytown({
config: {
+ lib: '/assets/lib/~partytown/';
}
})]
})