Skip to content

Commit

Permalink
fix(playground): node import lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Feb 10, 2023
1 parent e176e0a commit bf17041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/lib/vite.emitAssetsWithModule.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require('fs')
const path = require('path')
const fs = require('node:fs')
const path = require('node:path')

/**
* @type {import('vite').UserConfig}
Expand Down

0 comments on commit bf17041

Please sign in to comment.