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
1022
1022
< div class ="title "> bsconfig.json</ div >
1023
1023
< div class ="content ">
1024
1024
< 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 >
1026
1026
< 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 >
1027
1027
< span class ="tok-p "> }</ span > </ code > </ pre >
1028
1028
</ div >
@@ -5102,4 +5102,4 @@ <h3 id="_1_0"><a class="anchor" href="#_1_0"></a>1.0</h3>
5102
5102
</ div >
5103
5103
</ div >
5104
5104
</ body >
5105
- </ html >
5105
+ </ html >
Original file line number Diff line number Diff line change 10
10
.bsconfig.json
11
11
----
12
12
{
13
- "name" : "helo ",
13
+ "name" : "hello ",
14
14
"sources" : { "dir" : "src"}
15
15
}
16
16
----
@@ -47,7 +47,7 @@ let () =
47
47
----
48
48
npm run build
49
49
----
50
-
50
+
51
51
Now you should see a file called `lib/js/src/main_entry.js` generated as below:
52
52
[source,js]
53
53
.lib/js/src/main_entry.js
You can’t perform that action at this time.
0 commit comments