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 938ad1c commit f76bbaaCopy full SHA for f76bbaa
webpack.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
mode: 'production',
5
entry: './umd_temp/index.js',
6
output: {
7
- path: path.resolve(__dirname, 'umd'),
+ path: path.resolve(__dirname, 'lib/umd'),
8
filename: 'supabase.js',
9
library: 'Supabase',
10
libraryTarget: 'var'
0 commit comments