@blocklet/pages-kit-block-studio 0.4.34 → 0.4.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -158,9 +158,11 @@ function initBlockStudioPlugins(options) {
158
158
  // return html;
159
159
  // },
160
160
  // },
161
- (0, vite_plugin_node_polyfills_1.nodePolyfills)({
162
- include: ['crypto'],
163
- }),
161
+ options?.ignoreNodePolyfills
162
+ ? undefined
163
+ : (0, vite_plugin_node_polyfills_1.nodePolyfills)({
164
+ include: ['crypto'],
165
+ }),
164
166
  {
165
167
  name: 'vite-plugin-block-studio-build',
166
168
  apply: 'build',