We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在rollup中使用glob包将源目录的js文件都设置为入口文件,然后就会编译失败 [!] (plugin postcss) TypeError: Cannot read property 'modules' of undefined
The text was updated successfully, but these errors were encountered:
postcss({ plugins: [ autoprefixer(), cssnano() ], // 抽离为单独的css文件 extract: 'less/index.less', extensions: ['.css', '.less'], include: ['**/*.less'], }), 这个是我的配置文件
Sorry, something went wrong.
在阅读代码的时候发现了,会去读取源目录中的js文件导致失败
希望能尽快给一个答复
No branches or pull requests
在rollup中使用glob包将源目录的js文件都设置为入口文件,然后就会编译失败
[!] (plugin postcss) TypeError: Cannot read property 'modules' of undefined
The text was updated successfully, but these errors were encountered: