We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7f582 commit ebb530fCopy full SHA for ebb530f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rollup-plugin-replace-imports-with-vars",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Replace 'import { x } from y' with 'const|let|var { x } = y'",
5
"main": "dist/index.js",
6
"module": "dist/index.es.js",
0 commit comments