Skip to content

Commit

Permalink
remove unused babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisblossom committed Mar 4, 2019
1 parent 0ff10f0 commit e90a300
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .babelrc.js
Expand Up @@ -14,10 +14,6 @@ const babel = {
],
'@babel/preset-typescript',
],
plugins: [
'@babel/plugin-proposal-class-properties',
'@babel/plugin-transform-strict-mode',
],
overrides: [
{
test: ['./src/clean-webpack-plugin.ts'],
Expand Down
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/johnagan/clean-webpack-plugin/issues"
},
"scripts": {
"clean": "del-cli --dot=true \"./dist/*\"",
"clean": "del-cli --dot=true \"./dist/**/*\"",
"build": "npm run clean && npm run build.compile && npm run build.types",
"build.compile": "cross-env NODE_ENV=production babel src -d dist --verbose --extensions .ts --ignore */**/*.d.ts,**/**/*.test.ts --source-maps",
"build.types": "cross-env NODE_ENV=production tsc --project tsconfig.types.json",
Expand All @@ -51,8 +51,6 @@
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-transform-strict-mode": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-typescript": "^7.3.3",
"@chrisblossom/eslint-config": "^4.0.10",
Expand Down

0 comments on commit e90a300

Please sign in to comment.