mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-08-03 11:28:21 -04:00
Build more compact code with Babel
This commit is contained in:
parent
f810badb07
commit
90ee106407
@ -1,5 +1,4 @@
|
||||
const config = {
|
||||
|
||||
presets: [
|
||||
[
|
||||
'@babel/preset-env',
|
||||
@ -21,8 +20,8 @@ const config = {
|
||||
}
|
||||
]
|
||||
],
|
||||
exclude: ['node_modules/**']
|
||||
|
||||
exclude: ['node_modules/**'],
|
||||
compact: true // Force compacting for large files
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user