Remove unecessary lodash import
This commit is contained in:
parent
c7ef9faca8
commit
d9853829ab
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue