Skip to content

Commit

Permalink
Clean up stale babel plugin deps (gpuweb#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Jun 10, 2020
1 parent 21f8f99 commit bf4d184
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ module.exports = function (api) {
presets: ['@babel/preset-typescript'],
plugins: [
'@babel/plugin-proposal-class-properties',
'@babel/plugin-syntax-dynamic-import',
'@babel/plugin-syntax-import-meta',
'const-enum',
[
'add-header-comment',
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@types/jquery": "^3.3.38",
"@types/node": "^14.0.12",
Expand Down

0 comments on commit bf4d184

Please sign in to comment.