mirror of
https://github.com/smartyellow/status.git
synced 2025-06-28 04:35:11 +00:00
Suppress error
This commit is contained in:
@ -40,7 +40,7 @@ async function build() {
|
||||
});
|
||||
|
||||
const { output } = await bundle.generate({
|
||||
sourcemap: true,
|
||||
sourcemap: false,
|
||||
format: 'iife',
|
||||
name: 'app',
|
||||
file: 'public/build/bundle.js',
|
||||
|
Reference in New Issue
Block a user