Skip to content

Commit

Permalink
Merge pull request ckeditor#14054 from ckeditor/ck/12180
Browse files Browse the repository at this point in the history
Docs: Fix the webpack config in react widget tutorial.
  • Loading branch information
gorzelinski authored May 23, 2023
2 parents 62dc500 + f7da9a3 commit dc848f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/tutorials/using-react-in-a-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = {
test: /\.js$/,
exclude: /node_modules/,
loader: 'babel-loader',
query: {
options: {
presets: [ '@babel/react' ]
}
},
Expand Down

0 comments on commit dc848f2

Please sign in to comment.