mirror of
https://github.com/smartyellow/status.git
synced 2025-06-28 04:35:11 +00:00
Relative typography for the dashboard
Signed-off-by: Romein van Buren <romein@vburen.nl>
This commit is contained in:
@ -56,14 +56,14 @@ async function build({ server, settings }) {
|
||||
});
|
||||
|
||||
const { output } = await bundle.generate({
|
||||
sourcemap: true,
|
||||
sourcemap: false,
|
||||
format: 'iife',
|
||||
name: 'app',
|
||||
file: 'public/build/bundle.js',
|
||||
});
|
||||
|
||||
return {
|
||||
map: output[0].map.toUrl(),
|
||||
map: output[0].map ? output[0].map.toUrl() : '',
|
||||
code: output[0].code,
|
||||
css: cssOutput.css,
|
||||
};
|
||||
|
Reference in New Issue
Block a user