Skip to content

Commit

Permalink
chore: remove babel config from doc webpack config
Browse files Browse the repository at this point in the history
Renamed .baberc to .babelrc.json for a more up-to-date config name.

test: asdf
  • Loading branch information
floryst committed Sep 23, 2021
1 parent f400eb6 commit 12d60d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions Documentation/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ module.exports = {
use: [
{
loader: 'babel-loader',
options: {
presets: [["@babel/preset-env", { useBuiltIns: false }]]
},
},
],
},
Expand Down

0 comments on commit 12d60d9

Please sign in to comment.