UNPKG

create-vue

Version:

🛠️ The recommended way to start a Vite-powered Vue project

17 lines (14 loc) 345 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 })", } }), } }