mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-08-03 19:38:36 -04:00
Build more compact code with Babel
This commit is contained in:
parent
f810badb07
commit
90ee106407
@ -1,5 +1,4 @@
|
|||||||
const config = {
|
const config = {
|
||||||
|
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
'@babel/preset-env',
|
'@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;
|
export default config;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user