Skip to content

Commit

Permalink
fix: add sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Dec 10, 2022
1 parent 73d1af2 commit 0e9e031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { version } from './package.json'
export default defineConfig({
test: {
environment: 'jsdom',
// setupFiles: ['./tests/setup.ts'],
},
define: {
__PORTAL_VUE_VERSION__: JSON.stringify(version),
Expand All @@ -21,6 +20,7 @@ export default defineConfig({
},
plugins: [vue()],
build: {
sourcemap: true,
lib: {
entry: path.resolve(__dirname, 'src/index.ts'),
name: 'PortalVue',
Expand Down

0 comments on commit 0e9e031

Please sign in to comment.