You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quick-start.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,7 @@ export default defineConfig({
18
18
});
19
19
```
20
20
21
-
Configure your preferred bundler to process features files, with examples for
22
-
23
-
*[Browserify](../examples/browserify)
24
-
*[Webpack](../examples/webpack)
25
-
*[Esbuild](../examples/esbuild)
21
+
Then configure your preferred bundler to process features files. See [examples/](../examples) for how-to using Browserify, Esbuild or Webpack. Esbuild is the recommended bundler if you have no particular requirements (it's by far the fastest).
26
22
27
23
Read more about configuration options at [docs/configuration.md](configuration.md).
0 commit comments