a post-component library for building user-interfaces on the web.

build: update deprecated define option (#205)

authored by tombl.dev and committed by

GitHub c2b70523 9618f106

+4 -2
+4 -2
scripts/build/main.ts
··· 117 117 optimization: { 118 118 inlineConst: !is_dev, 119 119 }, 120 - define: { 121 - __DEV__: JSON.stringify(is_dev), 120 + transform: { 121 + define: { 122 + __DEV__: JSON.stringify(is_dev), 123 + }, 122 124 }, 123 125 } 124 126 }