1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Remove unecessary lodash import

This commit is contained in:
Andrew Kingston 2020-11-04 14:22:04 +00:00
parent c7ef9faca8
commit d9853829ab

View file

@ -5,7 +5,7 @@ import postcss from "rollup-plugin-postcss"
import { terser } from "rollup-plugin-terser"
const production = !process.env.ROLLUP_WATCH
const lodash_fp_exports = ["isEmpty", "sortBy"]
const lodash_fp_exports = ["isEmpty"]
export default {
input: "src/index.js",