Skip to content

Commit

Permalink
Re-enable yarn link ods by disabling postcss-config in rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Apr 23, 2021
1 parent c58238f commit 71462c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ const plugins = [
}),
postcss({
extract: path.join('css', 'web.css'),
minimize: production
minimize: production,
config: false
}),
vue({
css: false
Expand Down

0 comments on commit 71462c8

Please sign in to comment.