diff --git a/vite.config.js b/vite.config.js index 9fa7f77cf0abeb1ce311aa92f0e72883012d3ace..8eee2cbdb058c6d9011b3dc819815555b40774ae 100644 --- a/vite.config.js +++ b/vite.config.js @@ -10,7 +10,7 @@ export default defineConfig({ }, }, build: { - sourcemap: true, // enable production source maps + sourcemap: "inline", // enable production source maps lib: { entry: resolve(__dirname, "src/index.js"), name: JSON.stringify(process.env.npm_package_name),