tree: 6c69e3319d8a92c6df0f7e7030c8c307e1c667be [path history] [tgz]
  1. .bazelignore
  2. .bazelrc
  3. BUILD.bazel
  4. index.html
  5. index.tsx
  6. package.json
  7. README.md
  8. styles.scss
  9. types.d.ts
  10. webpack.config.js
  11. WORKSPACE
  12. yarn.lock
examples/react_webpack/README.md

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.