v4.0.2
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 } });