Skip to content

Commit f76bbaa

Browse files
committed
chore: moves the umd into the deployed folder
1 parent 938ad1c commit f76bbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
mode: 'production',
55
entry: './umd_temp/index.js',
66
output: {
7-
path: path.resolve(__dirname, 'umd'),
7+
path: path.resolve(__dirname, 'lib/umd'),
88
filename: 'supabase.js',
99
library: 'Supabase',
1010
libraryTarget: 'var'

0 commit comments

Comments
 (0)