Skip to content

Commit 919c48c

Browse files
authored
docs: remove the createapp.dev/webpack link (#7574)
1 parent 3a5b522 commit 919c48c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content/configuration/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ contributors:
2424

2525
Out of the box, webpack won't require you to use a configuration file. However, it will assume the entry point of your project is `src/index.js` and will output the result in `dist/main.js` minified and optimized for production.
2626

27-
T> [createapp.dev](https://createapp.dev/webpack) is an online tool for creating custom webpack configurations. It allows you to select various features that will be combined and added to the resulting configuration file. Also, it generates an example project based on provided webpack configuration that you can review in your browser and download.
28-
2927
Usually, your projects will need to extend this functionality, for this you can create a `webpack.config.js` file in the root folder and webpack will automatically use it.
3028

3129
All the available configuration options are specified below.

0 commit comments

Comments
 (0)