UNPKG
browserify-precompiled
Version:
latest (5.9.1-precompiled2)
5.9.1-precompiled2
browser-side require() the node way
github.com/substack/node-browserify
substack/node-browserify
browserify-precompiled
/
example
/
source_maps
/
index.html
12 lines
(11 loc)
•
208 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
utf-8
/>
<
title
>
</
title
>
<
script
type
=
"text/javascript"
src
=
"./js/build/bundle.js"
>
</
script
>
</
head
>
<
body
>
<
p
>
Open your dev tools ;)
</
p
>
</
body
>
</
html
>