We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b59fe commit 5d12581Copy full SHA for 5d12581
rolldown.config.ts
@@ -205,8 +205,6 @@ export default defineConfig({
205
name: '@vue/create-eslint-config fix',
206
async transform(code, id) {
207
if (/@vue.create-eslint-config.renderEjsFile\.js$/.test(id)) {
208
- console.log(id, id.includes('create-eslint-config'))
209
-
210
const pkgDir = path.dirname(id)
211
const templatesDir = path.resolve(pkgDir, './templates')
212
0 commit comments