<div id="geary-body" dir="auto"><div><br></div></div><div id="geary-quote" dir="auto"><br>On Thu, Aug 15, 2019 at 12:52 PM, Xavier <yadd@debian.org> wrote:<br><blockquote type="cite"><div class="plaintext" style="white-space: pre-wrap;">Le 15/08/2019 à 09:04, Pirate Praveen a écrit :
<blockquote>
On Thu, Aug 15, 2019 at 12:07 PM, Xavier <<a href="mailto:yadd@debian.org">yadd@debian.org</a>> wrote:
<blockquote> Hi, "gulp build-babel-standalone" command succeeds here (7.5.5) with
the following package: PACKAGE : DEB-VERSION => GOOD-VERSION
--------------- upgraded --------------- babel-loader : 7.1.5 => 8.0.6
</blockquote>
This needs to be updated along with babel (babel-loader 8 needs babel 7).
<blockquote> base64-js : 1.3.0 => 1.3.1 chalk : 2.3.0 => 2.4.2 color-convert :
1.9.0 => 1.9.3 globals : 11.1.0 => 11.12.0 ieee754 : 1.1.12 => 1.1.13
js-tokens : 2.0.0 => 4.0.0 node-libs-browser : 2.2.0 => 2.2.1
regenerator-transform : 0.9.8 => 0.14.1 regexpu-core : 4.5.4 => 4.5.5
resolve : 1.5.0 => 1.12.0 semver : 5.5.1 => 5.7.1 supports-color :
4.4.0 => 5.5.0 to-fast-properties : 1.0.2 => 2.0.0 ---------------
downgraded ----------------- isarray : 2.0.4 => 1.0.0 source-map :
0.6.1 => 0.5.7 tapable : 1.0.0 => 0.2.9 webpack : 4.7.0 => 3.12.0
</blockquote>
We can adapt the webpack config to build with webpack 4.
<blockquote> NB: this is an automatic script, results may be false or incomplete
</blockquote>
Thanks! babel-standalone is for browser only, try the build target we
use in rules.
</blockquote>
The "bootstrap" target calls "build" which launches this step. Other
build part work, except this one. So if you think we don't need this, we
have to change debian/rules to not call "make bootstrap": instead,
launch only needed gulp steps.
</div></blockquote><span style="white-space: pre-wrap;"><div><span style="white-space: pre-wrap;"><br></span></div>Good then. I don't use babel-standalone directly, but I think some one else wanted this. </span><div><span style="white-space: pre-wrap;"><br></span></div><div><span style="white-space: pre-wrap;">We must make it work with webpack 4, </span></div><div><span style="white-space: pre-wrap;">we should try to make it work with source-map 0.6.1 </span></div><div><span style="white-space: pre-wrap;">and if its not very hard, update isarray 2 and tapable (if it is hard we can embed old versions)<br><br></span></div></div>