babel-plugin-transform-remove-imports
Advanced tools
Comparing version 1.5.5 to 1.7.0
{ | ||
"name": "babel-plugin-transform-remove-imports", | ||
"version": "1.5.5", | ||
"version": "1.7.0", | ||
"description": "Remove the specified import declaration when you use the babel transform to build the package.", | ||
@@ -24,2 +24,6 @@ "repository": "https://github.com/uiwjs/babel-plugin-transform-remove-imports", | ||
"verbose": true, | ||
"coverageReporters": [ | ||
"lcov", | ||
"json-summary" | ||
], | ||
"coveragePathIgnorePatterns": [ | ||
@@ -37,11 +41,11 @@ "/test/cases" | ||
"devDependencies": { | ||
"@babel/cli": "7.14.3", | ||
"@babel/core": "7.14.3", | ||
"@babel/plugin-proposal-class-properties": "7.13.0", | ||
"@babel/plugin-proposal-do-expressions": "7.14.0", | ||
"@babel/plugin-proposal-export-default-from": "7.12.13", | ||
"@babel/preset-env": "7.14.4", | ||
"@babel/preset-react": "7.13.13", | ||
"@babel/cli": "7.15.7", | ||
"@babel/core": "7.15.5", | ||
"@babel/plugin-proposal-class-properties": "7.14.5", | ||
"@babel/plugin-proposal-do-expressions": "7.14.5", | ||
"@babel/plugin-proposal-export-default-from": "7.14.5", | ||
"@babel/preset-env": "7.15.6", | ||
"@babel/preset-react": "7.14.5", | ||
"babel-core": "7.0.0-bridge.0", | ||
"jest": "27.0.4" | ||
"jest": "27.2.0" | ||
}, | ||
@@ -48,0 +52,0 @@ "files": [ |
@@ -6,4 +6,4 @@ babel-plugin-transform-remove-imports | ||
[![Build and Test](https://github.com/uiwjs/babel-plugin-transform-remove-imports/workflows/Build%20and%20Test/badge.svg)](https://github.com/uiwjs/babel-plugin-transform-remove-imports/actions) | ||
[![Build Status](https://img.shields.io/travis/uiwjs/babel-plugin-transform-remove-imports.svg?style=flat)](https://travis-ci.org/uiwjs/babel-plugin-transform-remove-imports) | ||
[![Coverage Status](https://coveralls.io/repos/github/uiwjs/babel-plugin-transform-remove-imports/badge.svg?branch=master)](https://coveralls.io/github/uiwjs/babel-plugin-transform-remove-imports?branch=master) | ||
[![Coverage Status](https://uiwjs.github.io/babel-plugin-transform-remove-imports/badges.svg)](https://uiwjs.github.io/babel-plugin-transform-remove-imports/lcov-report) | ||
[![Downloadss](https://img.shields.io/npm/dm/babel-plugin-transform-remove-imports.svg?style=flat)](https://npmjs.org/package/babel-plugin-transform-remove-imports) | ||
@@ -10,0 +10,0 @@ Modular import plugin for babel for server-side rendering. Also works for cjs to delete imported CSS to avoid compilation errors.. |
8217