1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 15:40:15 +01:00

Removed unnecessary Babel plugin

This commit is contained in:
squidfunk 2019-04-17 10:19:55 +02:00
parent aba3263c72
commit 13a4c9172d
2 changed files with 0 additions and 4 deletions

View File

@ -46,7 +46,6 @@
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-add-module-exports": "^1.0.0",
"chalk": "^2.4.2",
"clipboard": "^2.0.0",
"copy-webpack-plugin": "^5.0.2",

View File

@ -4,8 +4,5 @@
"loose": true,
"targets": " > 1%, last 2 versions"
}]
],
"plugins": [
"add-module-exports"
]
}