release 0.2.1
This commit is contained in:
@@ -63,7 +63,7 @@ const context = await esbuild.context({
|
||||
logLevel: 'info',
|
||||
sourcemap: prod ? false : 'inline',
|
||||
treeShaking: true,
|
||||
outfile: 'main.js',
|
||||
outfile: 'build/main.js',
|
||||
minify: prod,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user