We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270f290 commit 8f69da4Copy full SHA for 8f69da4
packages/expressions/vite.config.js
@@ -4,6 +4,7 @@ import { defineConfig } from 'vite'
4
5
export default defineConfig({
6
build: {
7
+ sourcemap: true,
8
lib: {
9
entry: resolve(__dirname, 'lib/index.js'),
10
name: '@flippercloud.io/expressions'
0 commit comments