babel-plugin-import-noop
Version:
Transform certain types of `import` statements into noops that declare empty objects.
22 lines (21 loc) • 601 B
JSON
{
"name": "babel-plugin-import-noop",
"version": "1.0.1",
"description": "Transform certain types of `import` statements into noops that declare empty objects.",
"main": "index.js",
"homepage": "https://github.com/Shyp/babel-plugin-import-noop",
"bugs": {
"url": "https://github.com/Shyp/babel-plugin-import-noop/issues"
},
"repository": "git://github.com/Shyp/babel-plugin-import-noop.git",
"private": false,
"author": "Dylan Pyle <dylan@shyp.com>",
"license": "MIT",
"keywords": [
"webpack",
"style-loader",
"css-loader",
"sass-loader",
"babel"
]
}