Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 677bda6

Browse files
Fixed a dependency issue which caused module resolution to fail
1 parent 1b287ab commit 677bda6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/esbuild-sass-modules-plugin.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sass from 'sass';
22
import postcss from 'postcss';
3-
import _ from 'lodash/fp';
3+
import _ from 'lodash';
44

55
import defaultConfig from '../config.js';
66

0 commit comments

Comments
 (0)