Skip to content

v4.0.2

Compare
Choose a tag to compare
@0x31 0x31 released this 16 Jul 11:04
· 12 commits to master since this release
v4.0.2
6b0e5bc

Full Changelog: v4.0.0...v4.0.2

Changelog:

  • Allow passing sourceMapOptions when initializing the plugin to configure how the source map is generated (see options here). noSourceMap can alternatively be used to disable source map generation. For example, to enable more detailed source maps:
import graphqlLoader from "vite-plugin-graphql-loader";
graphqlLoader({ sourceMapOptions: { hires: true } });