Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
2d403c545bb4e95628b38c8c56faf9ef4a9de0d0
/
.
/
examples
/
react_webpack
/
README.md
blob: 7c2ab6129d96ae2cbd268bf14ff685cafd740b24 [
file
] [
log
] [
blame
] [
view
]
This
example shows how to
use
Webpack
to build
and
serve a
React
app
with
Bazel
.
We
use
the minimal webpack loaders
,
because
Bazel
takes care of things like
Sass
and
TypeScript
compilation before calling webpack
.