Open DaleLJefferson opened 8 years ago
It seems all of the code mods work with require statements and not import statements, by default (with "add missing Requires") it adds duplicate requires for all of my import statements.
const React = require('React'); import React from 'react';
cc @kyldvs who maintains this
Yeah this would be a good feature to add behind an option. I maintain this plugin as a side-project, so PRs welcome :)
And I'd be more than happy to approve it!
It seems all of the code mods work with require statements and not import statements, by default (with "add missing Requires") it adds duplicate requires for all of my import statements.