We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5f239 commit ad3364fCopy full SHA for ad3364f
rollup.config.js
@@ -33,7 +33,7 @@ const config = {
33
],
34
plugins: [
35
peerDepsExternal(),
36
- postcss({ modules: true, plugins: [autoprefixer] }),
+ postcss({ extract: true, plugins: [autoprefixer] }),
37
babel({ exclude: 'node_modules/**' }),
38
localResolve(),
39
resolve(),
0 commit comments