Skip to content

Commit 73a9059

Browse files
authored
Merge pull request #2 from Highnesslin/feat/support_build
feat: 优化代码
2 parents 4481e43 + 4819c57 commit 73a9059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { IPluginOptions, IPostCssModule } from './type';
21
import { dataToEsm } from '@rollup/pluginutils';
2+
import { IPluginOptions, IPostCssModule } from './type';
33

44
// css匹配规则
55
const cssLangs = /\.(css|less|scss|stylus|styl)/;

0 commit comments

Comments
 (0)