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) 81 B
import bar from 'path/to/file?param2'; var foo = require('path/to/file?param1');