Skip to content

Commit 1da6b56

Browse files
import CodeBlockWithCopy component in output.mdx
1 parent 6b5fddd commit 1da6b56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/concepts/output.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ contributors:
99
- EugeneHlushko
1010
---
1111

12+
import CodeBlockWithCopy from "../../../components/CodeBlockWithCopy"
13+
1214
Configuring the `output` configuration options tells webpack how to write the compiled files to disk. Note that, while there can be multiple `entry` points, only one `output` configuration is specified.
1315

1416
## Usage
@@ -26,7 +28,7 @@ module.exports = {
2628
},
2729
};
2830
```
29-
31+
3032
</CodeBlockWithCopy>
3133

3234
This configuration would output a single `bundle.js` file into the `dist` directory.

0 commit comments

Comments
 (0)