Skip to content

Commit ed262d7

Browse files
trivikrEugeneHlushko
authored andcommitted
docs(dev): remove devtool from mode section (#2665)
1 parent d359f18 commit ed262d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ contributors:
1111
- GAumala
1212
- EugeneHlushko
1313
- byzyk
14+
- trivikr
1415
---
1516

1617
T> This guide extends on code examples found in the [Output Management](/guides/output-management) guide.
@@ -34,7 +35,6 @@ __webpack.config.js__
3435
app: './src/index.js',
3536
print: './src/print.js'
3637
},
37-
devtool: 'inline-source-map',
3838
plugins: [
3939
new CleanWebpackPlugin(['dist']),
4040
new HtmlWebpackPlugin({

0 commit comments

Comments
 (0)