Skip to content

Commit

Permalink
Merge pull request #108 from ckeditor/t/105
Browse files Browse the repository at this point in the history
Other: `<CKEditor>` React component will be distributed in ES6 instead of ES5. Closes #105.
  • Loading branch information
ma2ciek authored Sep 13, 2019
2 parents 63f3d72 + d72e3b5 commit ec34041
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@ckeditor/ckeditor5-build-classic": "^12.0.0",
"@ckeditor/ckeditor5-dev-env": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/utils/getkarmaconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = function getKarmaConfig() {
loader: 'babel-loader',
query: {
compact: false,
presets: [ '@babel/preset-react', '@babel/preset-env' ]
presets: [ '@babel/preset-react' ]
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = {
exclude: /node_modules/,
query: {
compact: false,
presets: [ '@babel/preset-react', '@babel/preset-env' ]
presets: [ '@babel/preset-react' ]
}
}
]
Expand Down

0 comments on commit ec34041

Please sign in to comment.