UNPKG

babel-plugin-import-remove-resource-query

Version:

Remove the resourceQuery param when importing modules via babel. Useful with Jest, that doesn't support resourceQueries

3 lines (2 loc) 67 B
import bar from 'path/to/file'; var foo = require('path/to/file');