File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1022,7 +1022,7 @@ <h3 id="_first_example"><a class="anchor" href="#_first_example"></a>First examp
10221022< div class ="title "> bsconfig.json</ div >
10231023< div class ="content ">
10241024< pre class ="pygments highlight "> < code data-lang ="js "> < span class ="tok-p "> {</ span >
1025- < span class ="tok-s2 "> "name"</ span > < span class ="tok-o "> :</ span > < span class ="tok-s2 "> "helo "</ span > < span class ="tok-p "> ,</ span >
1025+ < span class ="tok-s2 "> "name"</ span > < span class ="tok-o "> :</ span > < span class ="tok-s2 "> "hello "</ span > < span class ="tok-p "> ,</ span >
10261026 < span class ="tok-s2 "> "sources"</ span > < span class ="tok-o "> :</ span > < span class ="tok-p "> {</ span > < span class ="tok-s2 "> "dir"</ span > < span class ="tok-o "> :</ span > < span class ="tok-s2 "> "src"</ span > < span class ="tok-p "> }</ span >
10271027< span class ="tok-p "> }</ span > </ code > </ pre >
10281028</ div >
@@ -5102,4 +5102,4 @@ <h3 id="_1_0"><a class="anchor" href="#_1_0"></a>1.0</h3>
51025102</ div >
51035103</ div >
51045104</ body >
5105- </ html >
5105+ </ html >
Original file line number Diff line number Diff line change 1010.bsconfig.json
1111----
1212{
13- "name" : "helo ",
13+ "name" : "hello ",
1414 "sources" : { "dir" : "src"}
1515}
1616----
@@ -47,7 +47,7 @@ let () =
4747----
4848npm run build
4949----
50-
50+
5151 Now you should see a file called `lib/js/src/main_entry.js` generated as below:
5252[source,js]
5353.lib/js/src/main_entry.js
You can’t perform that action at this time.
0 commit comments