enjoycoding / vite-plugin-mock-server

A mock server plugin for Vite.
MIT License
58 stars 13 forks source link

Build the plugin as a function for type: module projects #27

Closed reinerBa closed 11 months ago

reinerBa commented 11 months ago

As marked in #22 and in #17 the builded js file needs to be an ES modules. Please merge or build twice with the option to use that file with the "export default" instead of 'exports.default'

image

reinerBa commented 11 months ago

Would you mind to merge or give feedback @octoape

steveworkman commented 11 months ago

This is needed for Vite 5 support