UNPKG

create-cesiumjs

Version:

The recommended way to start a Vite-powered CesiumJS project

17 lines (14 loc) 359 B
export default function getData({ oldData }) { return { ...oldData, plugins: oldData.plugins.map((plugin) => { if (plugin.id !== 'nightwatch') { return plugin } return { ...plugin, initializer: "nightwatchPlugin({\n renderPage: './nightwatch/index.html'\n })" } }) } }