Skip to content

Commit

Permalink
test: use ES syntax in vite.config.noexternal.js (#8857)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Jun 30, 2022
1 parent cb0c76a commit 026eb18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/ssr-vue/vite.config.noexternal.js
@@ -1,8 +1,8 @@
const config = require('./vite.config.js')
import config from './vite.config.js'
/**
* @type {import('vite').UserConfig}
*/
module.exports = Object.assign(config, {
export default Object.assign(config, {
ssr: {
noExternal: /./
},
Expand Down

0 comments on commit 026eb18

Please sign in to comment.