File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed
blog/25-08-31/simple-browser-rollup-example Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change 145145
146146 # rollup
147147 {margin-bottom : 100px }
148+
149+
150+ a .link-stable
151+ {color : blue}
152+ .link-domain
153+ {font-size : 12px }
154+ .link-txt
155+ {}
156+
148157 </ style >
149158
150159
158167 < h1 class =title >
159168 simple browser rollup example
160169 </ h1 >
161- < div slot =date >
162- 14 Oct 2025
163- </ div >
170+ < time slot =date datetime =" 2025-10-15 " >
171+ 15 Oct 2025
172+ </ time >
164173 </ blog-hdr >
165174
166175
167176
168177 < div id =description >
169178
170- demonstrates how to use rollup in a browser to rollup nodejs libraries for client side use
179+ demonstrates how to use
180+ < a href ='https://rollupjs.org/ '>
181+ < span class =link-domain >
182+ [ rollupjs.org ]
183+ </ span >
184+ < span class =link-text >
185+ rollup
186+ </ span >
187+ </ a >
188+ in a browser to rollup nodejs libraries for client side use
171189
172190 </ div >
173191
You can’t perform that action at this time.
0 commit comments