mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-09 01:35:56 +03:00
Don't minify as much with js_of_ocaml to workaround Webpack bug
This commit is contained in:
parent
331789bfee
commit
c36f6b683b
15754
french_law/js/french_law.js
generated
15754
french_law/js/french_law.js
generated
File diff suppressed because one or more lines are too long
@ -11,6 +11,11 @@
|
||||
(:standard \ bench api))
|
||||
(preprocess
|
||||
(pps js_of_ocaml-ppx))
|
||||
(js_of_ocaml
|
||||
(flags --disable=shortvar --opt 3))
|
||||
; We need to disable shortvar because
|
||||
; otherwise Webpack wrongly minifies
|
||||
; the library and it gives bugs.
|
||||
(libraries
|
||||
catala.runtime_ocaml
|
||||
catala.runtime_jsoo
|
||||
|
Loading…
Reference in New Issue
Block a user