We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4481e43 + 4819c57 commit 73a9059Copy full SHA for 73a9059
src/index.ts
@@ -1,5 +1,5 @@
1
-import { IPluginOptions, IPostCssModule } from './type';
2
import { dataToEsm } from '@rollup/pluginutils';
+import { IPluginOptions, IPostCssModule } from './type';
3
4
// css匹配规则
5
const cssLangs = /\.(css|less|scss|stylus|styl)/;
0 commit comments